Html Css Color HEX #FCC62A Saffron

📋 copy color: '#FCC62A'

red 252 ◦ green 198 ◦ blue 42

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

Shades of Saffron #FCC62A

Tints of Saffron #FCC62A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.24%

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

R = 51.22%
G = 40.24%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCC62A (or 0xFCC62A) is known color: Saffron. HEX triplet: FC, C6 and 2A. RGB value is (252,198,42). Sum of RGB (Red+Green+Blue) = 252+198+42=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 198 (77.73% from 255 or 40.24% from 492); Blue value is 42 (16.80% from 255 or 8.54% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC62A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC62A is #0339D5. Grayscale: #C5C5C5. Windows color (decimal): -211414 or 2803452. OLE color: 2803452.

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

Color convert

RGB 252 198 42 -
CMYK 0 0.21 0.83 0.01
HSL 44.57º 0.97% 0.58% -
HSV(B) 44.57º 0.83% 0.99% -
XYZ 60.76 61.25 10.81 -
YUV 196.36 40.89 167.68 -
System Red Green Blue C M Y K H S L
Decimal 252 198 42 0 0.21 0.83 0.01 44.57 0.97 0.58
Hex FC C6 2A 0 15 53 1 2D 61 3A
Octal 374 306 52 0 25 123 1 55 141 72
Binary 11111100 11000110 101010 0 10101 1010011 1 101101 1100001 111010

Color Harmonies of #FCC62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC62A

Black with #FCC62A

Text Example


Text Example

White with #FCC62A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC62A; }

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

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

background-color css

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

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

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

border-color css

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

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

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