Html Css Color HEX #F2EB3E Gorse

📋 copy color: '#F2EB3E'

red 242 ◦ green 235 ◦ blue 62

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

Shades of Gorse #F2EB3E

Tints of Gorse #F2EB3E

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.6%

 BLUE value IS 62 (24.61% from 255) = 11.5%

R = 44.9%
G = 43.6%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F2EB3E (or 0xF2EB3E) is known color: Gorse. HEX triplet: F2, EB and 3E. RGB value is (242,235,62). Sum of RGB (Red+Green+Blue) = 242+235+62=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 235 (92.19% from 255 or 43.60% from 539); Blue value is 62 (24.61% from 255 or 11.50% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EB3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EB3E is #0D14C1. Grayscale: #DADADA. Windows color (decimal): -857282 or 4123634. OLE color: 4123634.

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

Color convert

RGB 242 235 62 -
CMYK 0 0.03 0.74 0.05
HSL 57.67º 0.87% 0.6% -
HSV(B) 57.67º 0.74% 0.95% -
XYZ 67.2 78.64 16.2 -
YUV 217.37 40.32 145.57 -
System Red Green Blue C M Y K H S L
Decimal 242 235 62 0 0.03 0.74 0.05 57.67 0.87 0.6
Hex F2 EB 3E 0 3 4A 5 3A 57 3C
Octal 362 353 76 0 3 112 5 72 127 74
Binary 11110010 11101011 111110 0 11 1001010 101 111010 1010111 111100

Color Harmonies of #F2EB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EB3E

Black with #F2EB3E

Text Example


Text Example

White with #F2EB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EB3E; }

 p { color: rgb(242,235,62); }

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

background-color css

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

 a { background-color: rgb(242,235,62); }

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

border-color css

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

 span { border-color: rgb(242,235,62); }

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