Html Css Color HEX #FCE32B Gorse

📋 copy color: '#FCE32B'

red 252 ◦ green 227 ◦ blue 43

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

Shades of Gorse #FCE32B

Tints of Gorse #FCE32B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.24%

R = 48.28%
G = 43.49%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCE32B (or 0xFCE32B) is known color: Gorse. HEX triplet: FC, E3 and 2B. RGB value is (252,227,43). Sum of RGB (Red+Green+Blue) = 252+227+43=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 227 (89.06% from 255 or 43.49% from 522); Blue value is 43 (17.19% from 255 or 8.24% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE32B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE32B is #031CD4. Grayscale: #D6D6D6. Windows color (decimal): -203989 or 2876412. OLE color: 2876412.

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

Color convert

RGB 252 227 43 -
CMYK 0 0.10 0.83 0.01
HSL 52.82º 0.97% 0.58% -
HSV(B) 52.82º 0.83% 0.99% -
XYZ 68.05 75.81 13.33 -
YUV 213.5 31.78 155.46 -
System Red Green Blue C M Y K H S L
Decimal 252 227 43 0 0.10 0.83 0.01 52.82 0.97 0.58
Hex FC E3 2B 0 A 53 1 35 61 3A
Octal 374 343 53 0 12 123 1 65 141 72
Binary 11111100 11100011 101011 0 1010 1010011 1 110101 1100001 111010

Color Harmonies of #FCE32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE32B

Black with #FCE32B

Text Example


Text Example

White with #FCE32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE32B; }

 p { color: rgb(252,227,43); }

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

background-color css

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

 a { background-color: rgb(252,227,43); }

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

border-color css

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

 span { border-color: rgb(252,227,43); }

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