Html Css Color HEX #FCBB25 Saffron

📋 copy color: '#FCBB25'

red 252 ◦ green 187 ◦ blue 37

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

Shades of Saffron #FCBB25

Tints of Saffron #FCBB25

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.29%

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

R = 52.94%
G = 39.29%
B = 7.77%

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

#FCBB25 (or 0xFCBB25) is known color: Saffron. HEX triplet: FC, BB and 25. RGB value is (252,187,37). Sum of RGB (Red+Green+Blue) = 252+187+37=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 37 (14.84% from 255 or 7.77% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBB25 is #0344DA. Grayscale: #BEBEBE. Windows color (decimal): -214235 or 2472956. OLE color: 2472956.

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

Color convert

RGB 252 187 37 -
CMYK 0 0.26 0.85 0.01
HSL 41.86º 0.97% 0.57% -
HSV(B) 41.86º 0.85% 0.99% -
XYZ 58.25 56.37 9.56 -
YUV 189.34 42.03 172.7 -
System Red Green Blue C M Y K H S L
Decimal 252 187 37 0 0.26 0.85 0.01 41.86 0.97 0.57
Hex FC BB 25 0 1A 55 1 2A 61 39
Octal 374 273 45 0 32 125 1 52 141 71
Binary 11111100 10111011 100101 0 11010 1010101 1 101010 1100001 111001

Color Harmonies of #FCBB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBB25

Black with #FCBB25

Text Example


Text Example

White with #FCBB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBB25; }

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

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

background-color css

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

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

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

border-color css

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

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

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