Html Css Color HEX #FCEA2A Gorse

📋 copy color: '#FCEA2A'

red 252 ◦ green 234 ◦ blue 42

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

Shades of Gorse #FCEA2A

Tints of Gorse #FCEA2A

RGB

 RED value IS 252 (98.83% from 255) = 47.73%

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

 BLUE value IS 42 (16.8% from 255) = 7.95%

R = 47.73%
G = 44.32%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCEA2A (or 0xFCEA2A) is known color: Gorse. HEX triplet: FC, EA and 2A. RGB value is (252,234,42). Sum of RGB (Red+Green+Blue) = 252+234+42=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 234 (91.80% from 255 or 44.32% from 528); Blue value is 42 (16.80% from 255 or 7.95% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEA2A is #0315D5. Grayscale: #DADADA. Windows color (decimal): -202198 or 2812668. OLE color: 2812668.

HSL color Cylindrical-coordinate representation of color #FCEA2A: hue angle of 54.86º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FCEA2A is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 234 42 -
CMYK 0 0.07 0.83 0.01
HSL 54.86º 0.97% 0.58% -
HSV(B) 54.86º 0.83% 0.99% -
XYZ 69.99 79.71 13.89 -
YUV 217.49 28.96 152.61 -
System Red Green Blue C M Y K H S L
Decimal 252 234 42 0 0.07 0.83 0.01 54.86 0.97 0.58
Hex FC EA 2A 0 7 53 1 37 61 3A
Octal 374 352 52 0 7 123 1 67 141 72
Binary 11111100 11101010 101010 0 111 1010011 1 110111 1100001 111010

Color Harmonies of #FCEA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEA2A

Black with #FCEA2A

Text Example


Text Example

White with #FCEA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEA2A; }

 p { color: rgb(252,234,42); }

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

background-color css

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

 a { background-color: rgb(252,234,42); }

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

border-color css

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

 span { border-color: rgb(252,234,42); }

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