Html Css Color HEX #F2EA3A Gorse

📋 copy color: '#F2EA3A'

red 242 ◦ green 234 ◦ blue 58

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

Shades of Gorse #F2EA3A

Tints of Gorse #F2EA3A

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.82%

 BLUE value IS 58 (23.05% from 255) = 10.86%

R = 45.32%
G = 43.82%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F2EA3A (or 0xF2EA3A) is known color: Gorse. HEX triplet: F2, EA and 3A. RGB value is (242,234,58). Sum of RGB (Red+Green+Blue) = 242+234+58=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 234 (91.80% from 255 or 43.82% from 534); Blue value is 58 (23.05% from 255 or 10.86% from 534); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EA3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EA3A is #0D15C5. Grayscale: #D9D9D9. Windows color (decimal): -857542 or 3861234. OLE color: 3861234.

HSL color Cylindrical-coordinate representation of color #F2EA3A: hue angle of 57.39º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F2EA3A is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 234 58 -
CMYK 0 0.03 0.76 0.05
HSL 57.39º 0.88% 0.59% -
HSV(B) 57.39º 0.76% 0.95% -
XYZ 66.8 78.03 15.54 -
YUV 216.33 38.65 146.31 -
System Red Green Blue C M Y K H S L
Decimal 242 234 58 0 0.03 0.76 0.05 57.39 0.88 0.59
Hex F2 EA 3A 0 3 4C 5 39 58 3B
Octal 362 352 72 0 3 114 5 71 130 73
Binary 11110010 11101010 111010 0 11 1001100 101 111001 1011000 111011

Color Harmonies of #F2EA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EA3A

Black with #F2EA3A

Text Example


Text Example

White with #F2EA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EA3A; }

 p { color: rgb(242,234,58); }

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

background-color css

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

 a { background-color: rgb(242,234,58); }

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

border-color css

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

 span { border-color: rgb(242,234,58); }

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