Html Css Color HEX #FCBA2A Saffron

📋 copy color: '#FCBA2A'

red 252 ◦ green 186 ◦ blue 42

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

Shades of Saffron #FCBA2A

Tints of Saffron #FCBA2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.75%

R = 52.5%
G = 38.75%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCBA2A (or 0xFCBA2A) is known color: Saffron. HEX triplet: FC, BA and 2A. RGB value is (252,186,42). Sum of RGB (Red+Green+Blue) = 252+186+42=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 42 (16.80% from 255 or 8.75% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBA2A is #0345D5. Grayscale: #BDBDBD. Windows color (decimal): -214486 or 2800380. OLE color: 2800380.

HSL color Cylindrical-coordinate representation of color #FCBA2A: hue angle of 41.14º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FCBA2A is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 186 42 -
CMYK 0 0.26 0.83 0.01
HSL 41.14º 0.97% 0.58% -
HSV(B) 41.14º 0.83% 0.99% -
XYZ 58.12 55.98 9.93 -
YUV 189.32 44.87 172.71 -
System Red Green Blue C M Y K H S L
Decimal 252 186 42 0 0.26 0.83 0.01 41.14 0.97 0.58
Hex FC BA 2A 0 1A 53 1 29 61 3A
Octal 374 272 52 0 32 123 1 51 141 72
Binary 11111100 10111010 101010 0 11010 1010011 1 101001 1100001 111010

Color Harmonies of #FCBA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBA2A

Black with #FCBA2A

Text Example


Text Example

White with #FCBA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBA2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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