Html Css Color HEX #FCBA29 Saffron

📋 copy color: '#FCBA29'

red 252 ◦ green 186 ◦ blue 41

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

Shades of Saffron #FCBA29

Tints of Saffron #FCBA29

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.83%

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

R = 52.61%
G = 38.83%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FCBA29 (or 0xFCBA29) is known color: Saffron. HEX triplet: FC, BA and 29. RGB value is (252,186,41). Sum of RGB (Red+Green+Blue) = 252+186+41=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 41 (16.41% from 255 or 8.56% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBA29 is #0345D6. Grayscale: #BDBDBD. Windows color (decimal): -214487 or 2734844. OLE color: 2734844.

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

Color convert

RGB 252 186 41 -
CMYK 0 0.26 0.84 0.01
HSL 41.23º 0.97% 0.57% -
HSV(B) 41.23º 0.84% 0.99% -
XYZ 58.1 55.97 9.84 -
YUV 189.2 44.37 172.79 -
System Red Green Blue C M Y K H S L
Decimal 252 186 41 0 0.26 0.84 0.01 41.23 0.97 0.57
Hex FC BA 29 0 1A 54 1 29 61 39
Octal 374 272 51 0 32 124 1 51 141 71
Binary 11111100 10111010 101001 0 11010 1010100 1 101001 1100001 111001

Color Harmonies of #FCBA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBA29

Black with #FCBA29

Text Example


Text Example

White with #FCBA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBA29; }

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

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

background-color css

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

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

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

border-color css

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

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

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