Html Css Color HEX #FCBA27 Saffron

📋 copy color: '#FCBA27'

red 252 ◦ green 186 ◦ blue 39

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

Shades of Saffron #FCBA27

Tints of Saffron #FCBA27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.18%

R = 52.83%
G = 38.99%
B = 8.18%

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

#FCBA27 (or 0xFCBA27) is known color: Saffron. HEX triplet: FC, BA and 27. RGB value is (252,186,39). Sum of RGB (Red+Green+Blue) = 252+186+39=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 39 (15.62% from 255 or 8.18% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBA27 is #0345D8. Grayscale: #BDBDBD. Windows color (decimal): -214489 or 2603772. OLE color: 2603772.

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

Color convert

RGB 252 186 39 -
CMYK 0 0.26 0.85 0.01
HSL 41.41º 0.97% 0.57% -
HSV(B) 41.41º 0.85% 0.99% -
XYZ 58.07 55.96 9.66 -
YUV 188.98 43.37 172.95 -
System Red Green Blue C M Y K H S L
Decimal 252 186 39 0 0.26 0.85 0.01 41.41 0.97 0.57
Hex FC BA 27 0 1A 55 1 29 61 39
Octal 374 272 47 0 32 125 1 51 141 71
Binary 11111100 10111010 100111 0 11010 1010101 1 101001 1100001 111001

Color Harmonies of #FCBA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBA27

Black with #FCBA27

Text Example


Text Example

White with #FCBA27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBA27; }

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

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

background-color css

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

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

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

border-color css

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

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

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