Html Css Color HEX #FCEA3B Gorse

📋 copy color: '#FCEA3B'

red 252 ◦ green 234 ◦ blue 59

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

Shades of Gorse #FCEA3B

Tints of Gorse #FCEA3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 10.83%

R = 46.24%
G = 42.94%
B = 10.83%

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

#FCEA3B (or 0xFCEA3B) is known color: Gorse. HEX triplet: FC, EA and 3B. RGB value is (252,234,59). Sum of RGB (Red+Green+Blue) = 252+234+59=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 234 (91.80% from 255 or 42.94% from 545); Blue value is 59 (23.44% from 255 or 10.83% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA3B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEA3B is #0315C4. Grayscale: #DCDCDC. Windows color (decimal): -202181 or 3926780. OLE color: 3926780.

HSL color Cylindrical-coordinate representation of color #FCEA3B: hue angle of 54.4º 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 #FCEA3B is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 234 59 -
CMYK 0 0.07 0.77 0.01
HSL 54.4º 0.97% 0.61% -
HSV(B) 54.4º 0.77% 0.99% -
XYZ 70.36 79.86 15.84 -
YUV 219.43 37.46 151.23 -
System Red Green Blue C M Y K H S L
Decimal 252 234 59 0 0.07 0.77 0.01 54.4 0.97 0.61
Hex FC EA 3B 0 7 4D 1 36 61 3D
Octal 374 352 73 0 7 115 1 66 141 75
Binary 11111100 11101010 111011 0 111 1001101 1 110110 1100001 111101

Color Harmonies of #FCEA3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEA3B

Black with #FCEA3B

Text Example


Text Example

White with #FCEA3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEA3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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