Html Css Color HEX #F2E83A Gorse

📋 copy color: '#F2E83A'

red 242 ◦ green 232 ◦ blue 58

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

Shades of Gorse #F2E83A

Tints of Gorse #F2E83A

RGB

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

 GREEN value IS 232 (91.02% from 255) = 43.61%

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

R = 45.49%
G = 43.61%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F2E83A (or 0xF2E83A) is known color: Gorse. HEX triplet: F2, E8 and 3A. RGB value is (242,232,58). Sum of RGB (Red+Green+Blue) = 242+232+58=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 232 (91.02% from 255 or 43.61% from 532); Blue value is 58 (23.05% from 255 or 10.90% from 532); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E83A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2E83A is #0D17C5. Grayscale: #D7D7D7. Windows color (decimal): -858054 or 3860722. OLE color: 3860722.

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

Color convert

RGB 242 232 58 -
CMYK 0 0.04 0.76 0.05
HSL 56.74º 0.88% 0.59% -
HSV(B) 56.74º 0.76% 0.95% -
XYZ 66.24 76.9 15.35 -
YUV 215.15 39.31 147.15 -
System Red Green Blue C M Y K H S L
Decimal 242 232 58 0 0.04 0.76 0.05 56.74 0.88 0.59
Hex F2 E8 3A 0 4 4C 5 39 58 3B
Octal 362 350 72 0 4 114 5 71 130 73
Binary 11110010 11101000 111010 0 100 1001100 101 111001 1011000 111011

Color Harmonies of #F2E83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E83A

Black with #F2E83A

Text Example


Text Example

White with #F2E83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E83A; }

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

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

background-color css

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

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

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

border-color css

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

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

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