Html Css Color HEX #FFF032 Gorse

📋 copy color: '#FFF032'

red 255 ◦ green 240 ◦ blue 50

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

Shades of Gorse #FFF032

Tints of Gorse #FFF032

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.04%

 BLUE value IS 50 (19.92% from 255) = 9.17%

R = 46.79%
G = 44.04%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FFF032 (or 0xFFF032) is known color: Gorse. HEX triplet: FF, F0 and 32. RGB value is (255,240,50). Sum of RGB (Red+Green+Blue) = 255+240+50=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 240 (94.14% from 255 or 44.04% from 545); Blue value is 50 (19.92% from 255 or 9.17% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF032 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF032 is #000FCD. Grayscale: #DFDFDF. Windows color (decimal): -4046 or 3338495. OLE color: 3338495.

HSL color Cylindrical-coordinate representation of color #FFF032: hue angle of 55.61º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFF032 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.

Color convert

RGB 255 240 50 -
CMYK 0 0.06 0.80 0
HSL 55.61º 1% 0.6% -
HSV(B) 55.61º 0.8% 1% -
XYZ 72.98 83.81 15.35 -
YUV 222.83 30.47 150.95 -
System Red Green Blue C M Y K H S L
Decimal 255 240 50 0 0.06 0.80 0 55.61 1 0.6
Hex FF F0 32 0 6 50 0 38 64 3C
Octal 377 360 62 0 6 120 0 70 144 74
Binary 11111111 11110000 110010 0 110 1010000 0 111000 1100100 111100

Color Harmonies of #FFF032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF032

Black with #FFF032

Text Example


Text Example

White with #FFF032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF032; }

 p { color: rgb(255,240,50); }

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

background-color css

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

 a { background-color: rgb(255,240,50); }

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

border-color css

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

 span { border-color: rgb(255,240,50); }

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