Html Css Color HEX #F2E340 Gorse

📋 copy color: '#F2E340'

red 242 ◦ green 227 ◦ blue 64

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

Shades of Gorse #F2E340

Tints of Gorse #F2E340

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.59%

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

R = 45.4%
G = 42.59%
B = 12.01%

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

#F2E340 (or 0xF2E340) is known color: Gorse. HEX triplet: F2, E3 and 40. RGB value is (242,227,64). Sum of RGB (Red+Green+Blue) = 242+227+64=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 227 (89.06% from 255 or 42.59% from 533); Blue value is 64 (25.39% from 255 or 12.01% from 533); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E340 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E340 is #0D1CBF. Grayscale: #D5D5D5. Windows color (decimal): -859328 or 4252658. OLE color: 4252658.

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

Color convert

RGB 242 227 64 -
CMYK 0 0.06 0.74 0.05
HSL 54.94º 0.87% 0.6% -
HSV(B) 54.94º 0.74% 0.95% -
XYZ 65.01 74.19 15.74 -
YUV 212.9 43.97 148.75 -
System Red Green Blue C M Y K H S L
Decimal 242 227 64 0 0.06 0.74 0.05 54.94 0.87 0.6
Hex F2 E3 40 0 6 4A 5 37 57 3C
Octal 362 343 100 0 6 112 5 67 127 74
Binary 11110010 11100011 1000000 0 110 1001010 101 110111 1010111 111100

Color Harmonies of #F2E340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E340

Black with #F2E340

Text Example


Text Example

White with #F2E340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E340; }

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

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

background-color css

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

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

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

border-color css

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

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

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