Html Css Color HEX #F2F03C Gorse

📋 copy color: '#F2F03C'

red 242 ◦ green 240 ◦ blue 60

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

Shades of Gorse #F2F03C

Tints of Gorse #F2F03C

RGB

 RED value IS 242 (94.92% from 255) = 44.65%

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

 BLUE value IS 60 (23.83% from 255) = 11.07%

R = 44.65%
G = 44.28%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F2F03C (or 0xF2F03C) is known color: Gorse. HEX triplet: F2, F0 and 3C. RGB value is (242,240,60). Sum of RGB (Red+Green+Blue) = 242+240+60=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 240 (94.14% from 255 or 44.28% from 542); Blue value is 60 (23.83% from 255 or 11.07% from 542); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F03C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F03C is #0D0FC3. Grayscale: #DCDCDC. Windows color (decimal): -856004 or 3993842. OLE color: 3993842.

HSL color Cylindrical-coordinate representation of color #F2F03C: hue angle of 59.34º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F2F03C is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 240 60 -
CMYK 0 0.01 0.75 0.05
HSL 59.34º 0.88% 0.59% -
HSV(B) 59.34º 0.75% 0.95% -
XYZ 68.59 81.52 16.4 -
YUV 220.08 37.66 143.64 -
System Red Green Blue C M Y K H S L
Decimal 242 240 60 0 0.01 0.75 0.05 59.34 0.88 0.59
Hex F2 F0 3C 0 1 4B 5 3B 58 3B
Octal 362 360 74 0 1 113 5 73 130 73
Binary 11110010 11110000 111100 0 1 1001011 101 111011 1011000 111011

Color Harmonies of #F2F03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F03C

Black with #F2F03C

Text Example


Text Example

White with #F2F03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F03C; }

 p { color: rgb(242,240,60); }

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

background-color css

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

 a { background-color: rgb(242,240,60); }

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

border-color css

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

 span { border-color: rgb(242,240,60); }

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