Html Css Color HEX #F2E940 Gorse

📋 copy color: '#F2E940'

red 242 ◦ green 233 ◦ blue 64

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

Shades of Gorse #F2E940

Tints of Gorse #F2E940

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.23%

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

R = 44.9%
G = 43.23%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F2E940 (or 0xF2E940) is known color: Gorse. HEX triplet: F2, E9 and 40. RGB value is (242,233,64). Sum of RGB (Red+Green+Blue) = 242+233+64=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 233 (91.41% from 255 or 43.23% from 539); Blue value is 64 (25.39% from 255 or 11.87% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E940 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2E940 is #0D16BF. Grayscale: #D9D9D9. Windows color (decimal): -857792 or 4254194. OLE color: 4254194.

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

Color convert

RGB 242 233 64 -
CMYK 0 0.04 0.74 0.05
HSL 56.97º 0.87% 0.6% -
HSV(B) 56.97º 0.74% 0.95% -
XYZ 66.68 77.53 16.3 -
YUV 216.43 41.98 146.24 -
System Red Green Blue C M Y K H S L
Decimal 242 233 64 0 0.04 0.74 0.05 56.97 0.87 0.6
Hex F2 E9 40 0 4 4A 5 39 57 3C
Octal 362 351 100 0 4 112 5 71 127 74
Binary 11110010 11101001 1000000 0 100 1001010 101 111001 1010111 111100

Color Harmonies of #F2E940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E940

Black with #F2E940

Text Example


Text Example

White with #F2E940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E940; }

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

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

background-color css

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

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

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

border-color css

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

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

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