Html Css Color HEX #FCC13A Saffron

📋 copy color: '#FCC13A'

red 252 ◦ green 193 ◦ blue 58

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

Shades of Saffron #FCC13A

Tints of Saffron #FCC13A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.37%

 BLUE value IS 58 (23.05% from 255) = 11.53%

R = 50.1%
G = 38.37%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FCC13A (or 0xFCC13A) is known color: Saffron. HEX triplet: FC, C1 and 3A. RGB value is (252,193,58). Sum of RGB (Red+Green+Blue) = 252+193+58=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 193 (75.78% from 255 or 38.37% from 503); Blue value is 58 (23.05% from 255 or 11.53% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC13A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC13A is #033EC5. Grayscale: #C3C3C3. Windows color (decimal): -212678 or 3850748. OLE color: 3850748.

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

Color convert

RGB 252 193 58 -
CMYK 0 0.23 0.77 0.01
HSL 41.75º 0.97% 0.61% -
HSV(B) 41.75º 0.77% 0.99% -
XYZ 59.98 59.14 12.26 -
YUV 195.25 50.55 168.48 -
System Red Green Blue C M Y K H S L
Decimal 252 193 58 0 0.23 0.77 0.01 41.75 0.97 0.61
Hex FC C1 3A 0 17 4D 1 2A 61 3D
Octal 374 301 72 0 27 115 1 52 141 75
Binary 11111100 11000001 111010 0 10111 1001101 1 101010 1100001 111101

Color Harmonies of #FCC13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC13A

Black with #FCC13A

Text Example


Text Example

White with #FCC13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC13A; }

 p { color: rgb(252,193,58); }

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

background-color css

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

 a { background-color: rgb(252,193,58); }

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

border-color css

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

 span { border-color: rgb(252,193,58); }

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