Html Css Color HEX #F2E440 Gorse

📋 copy color: '#F2E440'

red 242 ◦ green 228 ◦ blue 64

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

Shades of Gorse #F2E440

Tints of Gorse #F2E440

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.7%

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

R = 45.32%
G = 42.7%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F2E440 (or 0xF2E440) is known color: Gorse. HEX triplet: F2, E4 and 40. RGB value is (242,228,64). Sum of RGB (Red+Green+Blue) = 242+228+64=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 228 (89.45% from 255 or 42.70% from 534); Blue value is 64 (25.39% from 255 or 11.99% from 534); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E440 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E440 is #0D1BBF. Grayscale: #D6D6D6. Windows color (decimal): -859072 or 4252914. OLE color: 4252914.

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

Color convert

RGB 242 228 64 -
CMYK 0 0.06 0.74 0.05
HSL 55.28º 0.87% 0.6% -
HSV(B) 55.28º 0.74% 0.95% -
XYZ 65.29 74.73 15.83 -
YUV 213.49 43.64 148.34 -
System Red Green Blue C M Y K H S L
Decimal 242 228 64 0 0.06 0.74 0.05 55.28 0.87 0.6
Hex F2 E4 40 0 6 4A 5 37 57 3C
Octal 362 344 100 0 6 112 5 67 127 74
Binary 11110010 11100100 1000000 0 110 1001010 101 110111 1010111 111100

Color Harmonies of #F2E440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E440

Black with #F2E440

Text Example


Text Example

White with #F2E440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E440; }

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

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

background-color css

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

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

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

border-color css

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

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

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