Html Css Color HEX #F2E33F Gorse

📋 copy color: '#F2E33F'

red 242 ◦ green 227 ◦ blue 63

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

Shades of Gorse #F2E33F

Tints of Gorse #F2E33F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 11.84%

R = 45.49%
G = 42.67%
B = 11.84%

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

#F2E33F (or 0xF2E33F) is known color: Gorse. HEX triplet: F2, E3 and 3F. RGB value is (242,227,63). Sum of RGB (Red+Green+Blue) = 242+227+63=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 227 (89.06% from 255 or 42.67% from 532); Blue value is 63 (25% from 255 or 11.84% from 532); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E33F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E33F is #0D1CC0. Grayscale: #D5D5D5. Windows color (decimal): -859329 or 4187122. OLE color: 4187122.

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

Color convert

RGB 242 227 63 -
CMYK 0 0.06 0.74 0.05
HSL 54.97º 0.87% 0.6% -
HSV(B) 54.97º 0.74% 0.95% -
XYZ 64.98 74.17 15.59 -
YUV 212.79 43.47 148.84 -
System Red Green Blue C M Y K H S L
Decimal 242 227 63 0 0.06 0.74 0.05 54.97 0.87 0.6
Hex F2 E3 3F 0 6 4A 5 37 57 3C
Octal 362 343 77 0 6 112 5 67 127 74
Binary 11110010 11100011 111111 0 110 1001010 101 110111 1010111 111100

Color Harmonies of #F2E33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E33F

Black with #F2E33F

Text Example


Text Example

White with #F2E33F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E33F; }

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

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

background-color css

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

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

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

border-color css

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

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

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