Html Css Color HEX #F2E040 Gorse

📋 copy color: '#F2E040'

red 242 ◦ green 224 ◦ blue 64

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

Shades of Gorse #F2E040

Tints of Gorse #F2E040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.08%

R = 45.66%
G = 42.26%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F2E040 (or 0xF2E040) is known color: Gorse. HEX triplet: F2, E0 and 40. RGB value is (242,224,64). Sum of RGB (Red+Green+Blue) = 242+224+64=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 224 (87.89% from 255 or 42.26% from 530); Blue value is 64 (25.39% from 255 or 12.08% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E040 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E040 is #0D1FBF. Grayscale: #D3D3D3. Windows color (decimal): -860096 or 4251890. OLE color: 4251890.

HSL color Cylindrical-coordinate representation of color #F2E040: hue angle of 53.93º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2E040 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 224 64 -
CMYK 0 0.07 0.74 0.05
HSL 53.93º 0.87% 0.6% -
HSV(B) 53.93º 0.74% 0.95% -
XYZ 64.2 72.56 15.47 -
YUV 211.14 44.96 150.01 -
System Red Green Blue C M Y K H S L
Decimal 242 224 64 0 0.07 0.74 0.05 53.93 0.87 0.6
Hex F2 E0 40 0 7 4A 5 36 57 3C
Octal 362 340 100 0 7 112 5 66 127 74
Binary 11110010 11100000 1000000 0 111 1001010 101 110110 1010111 111100

Color Harmonies of #F2E040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E040

Black with #F2E040

Text Example


Text Example

White with #F2E040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E040; }

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

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

background-color css

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

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

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

border-color css

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

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

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