Html Css Color HEX #FCBB26 Saffron

📋 copy color: '#FCBB26'

red 252 ◦ green 187 ◦ blue 38

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

Shades of Saffron #FCBB26

Tints of Saffron #FCBB26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.97%

R = 52.83%
G = 39.2%
B = 7.97%

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

#FCBB26 (or 0xFCBB26) is known color: Saffron. HEX triplet: FC, BB and 26. RGB value is (252,187,38). Sum of RGB (Red+Green+Blue) = 252+187+38=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 38 (15.23% from 255 or 7.97% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBB26 is #0344D9. Grayscale: #BEBEBE. Windows color (decimal): -214234 or 2538492. OLE color: 2538492.

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

Color convert

RGB 252 187 38 -
CMYK 0 0.26 0.85 0.01
HSL 41.78º 0.97% 0.57% -
HSV(B) 41.78º 0.85% 0.99% -
XYZ 58.27 56.38 9.64 -
YUV 189.45 42.53 172.62 -
System Red Green Blue C M Y K H S L
Decimal 252 187 38 0 0.26 0.85 0.01 41.78 0.97 0.57
Hex FC BB 26 0 1A 55 1 2A 61 39
Octal 374 273 46 0 32 125 1 52 141 71
Binary 11111100 10111011 100110 0 11010 1010101 1 101010 1100001 111001

Color Harmonies of #FCBB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBB26

Black with #FCBB26

Text Example


Text Example

White with #FCBB26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBB26; }

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

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

background-color css

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

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

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

border-color css

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

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

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