Html Css Color HEX #FCBD25 Saffron

📋 copy color: '#FCBD25'

red 252 ◦ green 189 ◦ blue 37

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

Shades of Saffron #FCBD25

Tints of Saffron #FCBD25

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.54%

 BLUE value IS 37 (14.84% from 255) = 7.74%

R = 52.72%
G = 39.54%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FCBD25 (or 0xFCBD25) is known color: Saffron. HEX triplet: FC, BD and 25. RGB value is (252,189,37). Sum of RGB (Red+Green+Blue) = 252+189+37=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 37 (14.84% from 255 or 7.74% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBD25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBD25 is #0342DA. Grayscale: #BFBFBF. Windows color (decimal): -213723 or 2473468. OLE color: 2473468.

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

Color convert

RGB 252 189 37 -
CMYK 0 0.25 0.85 0.01
HSL 42.42º 0.97% 0.57% -
HSV(B) 42.42º 0.85% 0.99% -
XYZ 58.68 57.22 9.7 -
YUV 190.51 41.37 171.86 -
System Red Green Blue C M Y K H S L
Decimal 252 189 37 0 0.25 0.85 0.01 42.42 0.97 0.57
Hex FC BD 25 0 19 55 1 2A 61 39
Octal 374 275 45 0 31 125 1 52 141 71
Binary 11111100 10111101 100101 0 11001 1010101 1 101010 1100001 111001

Color Harmonies of #FCBD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBD25

Black with #FCBD25

Text Example


Text Example

White with #FCBD25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBD25; }

 p { color: rgb(252,189,37); }

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

background-color css

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

 a { background-color: rgb(252,189,37); }

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

border-color css

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

 span { border-color: rgb(252,189,37); }

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