Html Css Color HEX #FCBC29 Saffron

📋 copy color: '#FCBC29'

red 252 ◦ green 188 ◦ blue 41

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

Shades of Saffron #FCBC29

Tints of Saffron #FCBC29

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.09%

 BLUE value IS 41 (16.41% from 255) = 8.52%

R = 52.39%
G = 39.09%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FCBC29 (or 0xFCBC29) is known color: Saffron. HEX triplet: FC, BC and 29. RGB value is (252,188,41). Sum of RGB (Red+Green+Blue) = 252+188+41=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 41 (16.41% from 255 or 8.52% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBC29 is #0343D6. Grayscale: #BFBFBF. Windows color (decimal): -213975 or 2735356. OLE color: 2735356.

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

Color convert

RGB 252 188 41 -
CMYK 0 0.25 0.84 0.01
HSL 41.8º 0.97% 0.57% -
HSV(B) 41.8º 0.84% 0.99% -
XYZ 58.53 56.82 9.98 -
YUV 190.38 43.7 171.95 -
System Red Green Blue C M Y K H S L
Decimal 252 188 41 0 0.25 0.84 0.01 41.8 0.97 0.57
Hex FC BC 29 0 19 54 1 2A 61 39
Octal 374 274 51 0 31 124 1 52 141 71
Binary 11111100 10111100 101001 0 11001 1010100 1 101010 1100001 111001

Color Harmonies of #FCBC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC29

Black with #FCBC29

Text Example


Text Example

White with #FCBC29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC29; }

 p { color: rgb(252,188,41); }

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

background-color css

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

 a { background-color: rgb(252,188,41); }

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

border-color css

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

 span { border-color: rgb(252,188,41); }

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