Html Css Color HEX #FCEA3A Gorse

📋 copy color: '#FCEA3A'

red 252 ◦ green 234 ◦ blue 58

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

Shades of Gorse #FCEA3A

Tints of Gorse #FCEA3A

RGB

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

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

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

R = 46.32%
G = 43.01%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FCEA3A (or 0xFCEA3A) is known color: Gorse. HEX triplet: FC, EA and 3A. RGB value is (252,234,58). Sum of RGB (Red+Green+Blue) = 252+234+58=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 234 (91.80% from 255 or 43.01% from 544); Blue value is 58 (23.05% from 255 or 10.66% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEA3A is #0315C5. Grayscale: #DCDCDC. Windows color (decimal): -202182 or 3861244. OLE color: 3861244.

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

Color convert

RGB 252 234 58 -
CMYK 0 0.07 0.77 0.01
HSL 54.43º 0.97% 0.61% -
HSV(B) 54.43º 0.77% 0.99% -
XYZ 70.33 79.85 15.71 -
YUV 219.32 36.96 151.31 -
System Red Green Blue C M Y K H S L
Decimal 252 234 58 0 0.07 0.77 0.01 54.43 0.97 0.61
Hex FC EA 3A 0 7 4D 1 36 61 3D
Octal 374 352 72 0 7 115 1 66 141 75
Binary 11111100 11101010 111010 0 111 1001101 1 110110 1100001 111101

Color Harmonies of #FCEA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEA3A

Black with #FCEA3A

Text Example


Text Example

White with #FCEA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEA3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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