Html Css Color HEX #FFF92D Gorse

📋 copy color: '#FFF92D'

red 255 ◦ green 249 ◦ blue 45

#FFF92D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gorse #FFF92D

Tints of Gorse #FFF92D

RGB

 RED value IS 255 (100% from 255) = 46.45%

 GREEN value IS 249 (97.66% from 255) = 45.36%

 BLUE value IS 45 (17.97% from 255) = 8.2%

R = 46.45%
G = 45.36%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FFF92D (or 0xFFF92D) is known color: Gorse. HEX triplet: FF, F9 and 2D. RGB value is (255,249,45). Sum of RGB (Red+Green+Blue) = 255+249+45=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 249 (97.66% from 255 or 45.36% from 549); Blue value is 45 (17.97% from 255 or 8.20% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF92D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF92D is #0006D2. Grayscale: #E4E4E4. Windows color (decimal): -1747 or 3013119. OLE color: 3013119.

HSL color Cylindrical-coordinate representation of color #FFF92D: hue angle of 58.29º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFF92D is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.

Color convert

RGB 255 249 45 -
CMYK 0 0.02 0.82 0
HSL 58.29º 1% 0.59% -
HSV(B) 58.29º 0.82% 1% -
XYZ 75.59 89.2 15.72 -
YUV 227.54 24.99 147.59 -
System Red Green Blue C M Y K H S L
Decimal 255 249 45 0 0.02 0.82 0 58.29 1 0.59
Hex FF F9 2D 0 2 52 0 3A 64 3B
Octal 377 371 55 0 2 122 0 72 144 73
Binary 11111111 11111001 101101 0 10 1010010 0 111010 1100100 111011

Color Harmonies of #FFF92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF92D

Black with #FFF92D

Text Example


Text Example

White with #FFF92D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF92D; }

 p { color: rgb(255,249,45); }

 H1.HeaderClassName
 {
   color: #FFF92D;
 }
 .AnyTagClassName
 {
   color: #FFF92D;
 }
</style>

background-color css

<style>
 a { background-color: #FFF92D; }

 a { background-color: rgb(255,249,45); }

 div.DivClassName
 {
   background-color: #FFF92D;
 }
 .BgClassName
 {
   background-color: #FFF92D;
 }
</style>

border-color css

<style>
 span { border-color: #FFF92D; }

 span { border-color: rgb(255,249,45); }

 td.TdClassName
 {
   border-color: #FFF92D;
 }
 .TagClassName
 {
   border-color: #FFF92D;
 }
</style>