Html Css Color HEX #FCBA25 Saffron

📋 copy color: '#FCBA25'

red 252 ◦ green 186 ◦ blue 37

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

Shades of Saffron #FCBA25

Tints of Saffron #FCBA25

RGB

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

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

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

R = 53.05%
G = 39.16%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FCBA25 (or 0xFCBA25) is known color: Saffron. HEX triplet: FC, BA and 25. RGB value is (252,186,37). Sum of RGB (Red+Green+Blue) = 252+186+37=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 37 (14.84% from 255 or 7.79% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBA25 is #0345DA. Grayscale: #BDBDBD. Windows color (decimal): -214491 or 2472700. OLE color: 2472700.

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

Color convert

RGB 252 186 37 -
CMYK 0 0.26 0.85 0.01
HSL 41.58º 0.97% 0.57% -
HSV(B) 41.58º 0.85% 0.99% -
XYZ 58.04 55.95 9.49 -
YUV 188.75 42.37 173.12 -
System Red Green Blue C M Y K H S L
Decimal 252 186 37 0 0.26 0.85 0.01 41.58 0.97 0.57
Hex FC BA 25 0 1A 55 1 2A 61 39
Octal 374 272 45 0 32 125 1 52 141 71
Binary 11111100 10111010 100101 0 11010 1010101 1 101010 1100001 111001

Color Harmonies of #FCBA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBA25

Black with #FCBA25

Text Example


Text Example

White with #FCBA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBA25; }

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

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

background-color css

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

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

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

border-color css

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

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

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