Html Css Color HEX #F2E93A Gorse

📋 copy color: '#F2E93A'

red 242 ◦ green 233 ◦ blue 58

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

Shades of Gorse #F2E93A

Tints of Gorse #F2E93A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.71%

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

R = 45.4%
G = 43.71%
B = 10.88%

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

#F2E93A (or 0xF2E93A) is known color: Gorse. HEX triplet: F2, E9 and 3A. RGB value is (242,233,58). Sum of RGB (Red+Green+Blue) = 242+233+58=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 233 (91.41% from 255 or 43.71% from 533); Blue value is 58 (23.05% from 255 or 10.88% from 533); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E93A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2E93A is #0D16C5. Grayscale: #D8D8D8. Windows color (decimal): -857798 or 3860978. OLE color: 3860978.

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

Color convert

RGB 242 233 58 -
CMYK 0 0.04 0.76 0.05
HSL 57.07º 0.88% 0.59% -
HSV(B) 57.07º 0.76% 0.95% -
XYZ 66.52 77.46 15.45 -
YUV 215.74 38.98 146.73 -
System Red Green Blue C M Y K H S L
Decimal 242 233 58 0 0.04 0.76 0.05 57.07 0.88 0.59
Hex F2 E9 3A 0 4 4C 5 39 58 3B
Octal 362 351 72 0 4 114 5 71 130 73
Binary 11110010 11101001 111010 0 100 1001100 101 111001 1011000 111011

Color Harmonies of #F2E93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E93A

Black with #F2E93A

Text Example


Text Example

White with #F2E93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E93A; }

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

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

background-color css

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

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

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

border-color css

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

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

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