Html Css Color HEX #FCBC27 Saffron

📋 copy color: '#FCBC27'

red 252 ◦ green 188 ◦ blue 39

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

Shades of Saffron #FCBC27

Tints of Saffron #FCBC27

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.25%

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

R = 52.61%
G = 39.25%
B = 8.14%

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

#FCBC27 (or 0xFCBC27) is known color: Saffron. HEX triplet: FC, BC and 27. RGB value is (252,188,39). Sum of RGB (Red+Green+Blue) = 252+188+39=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 39 (15.62% from 255 or 8.14% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBC27 is #0343D8. Grayscale: #BEBEBE. Windows color (decimal): -213977 or 2604284. OLE color: 2604284.

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

Color convert

RGB 252 188 39 -
CMYK 0 0.25 0.85 0.01
HSL 41.97º 0.97% 0.57% -
HSV(B) 41.97º 0.85% 0.99% -
XYZ 58.49 56.81 9.8 -
YUV 190.15 42.7 172.12 -
System Red Green Blue C M Y K H S L
Decimal 252 188 39 0 0.25 0.85 0.01 41.97 0.97 0.57
Hex FC BC 27 0 19 55 1 2A 61 39
Octal 374 274 47 0 31 125 1 52 141 71
Binary 11111100 10111100 100111 0 11001 1010101 1 101010 1100001 111001

Color Harmonies of #FCBC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC27

Black with #FCBC27

Text Example


Text Example

White with #FCBC27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC27; }

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

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

background-color css

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

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

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

border-color css

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

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

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