Html Css Color HEX #F2E03C Gorse

📋 copy color: '#F2E03C'

red 242 ◦ green 224 ◦ blue 60

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

Shades of Gorse #F2E03C

Tints of Gorse #F2E03C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.59%

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

R = 46.01%
G = 42.59%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F2E03C (or 0xF2E03C) is known color: Gorse. HEX triplet: F2, E0 and 3C. RGB value is (242,224,60). Sum of RGB (Red+Green+Blue) = 242+224+60=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 60 (23.83% from 255 or 11.41% from 526); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E03C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E03C is #0D1FC3. Grayscale: #D3D3D3. Windows color (decimal): -860100 or 3989746. OLE color: 3989746.

HSL color Cylindrical-coordinate representation of color #F2E03C: hue angle of 54.07º 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 #F2E03C is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 224 60 -
CMYK 0 0.07 0.75 0.05
HSL 54.07º 0.88% 0.59% -
HSV(B) 54.07º 0.75% 0.95% -
XYZ 64.09 72.51 14.89 -
YUV 210.69 42.96 150.34 -
System Red Green Blue C M Y K H S L
Decimal 242 224 60 0 0.07 0.75 0.05 54.07 0.88 0.59
Hex F2 E0 3C 0 7 4B 5 36 58 3B
Octal 362 340 74 0 7 113 5 66 130 73
Binary 11110010 11100000 111100 0 111 1001011 101 110110 1011000 111011

Color Harmonies of #F2E03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E03C

Black with #F2E03C

Text Example


Text Example

White with #F2E03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E03C; }

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

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

background-color css

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

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

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

border-color css

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

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

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