Html Css Color HEX #FCAD31 Supernova

📋 copy color: '#FCAD31'

red 252 ◦ green 173 ◦ blue 49

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

Shades of Supernova #FCAD31

Tints of Supernova #FCAD31

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.5%

 BLUE value IS 49 (19.53% from 255) = 10.34%

R = 53.16%
G = 36.5%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCAD31 (or 0xFCAD31) is known color: Supernova. HEX triplet: FC, AD and 31. RGB value is (252,173,49). Sum of RGB (Red+Green+Blue) = 252+173+49=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 49 (19.53% from 255 or 10.34% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAD31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAD31 is #0352CE. Grayscale: #B7B7B7. Windows color (decimal): -217807 or 3255804. OLE color: 3255804.

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

Color convert

RGB 252 173 49 -
CMYK 0 0.31 0.81 0.01
HSL 36.65º 0.97% 0.59% -
HSV(B) 36.65º 0.81% 0.99% -
XYZ 55.64 50.8 9.78 -
YUV 182.49 52.67 177.58 -
System Red Green Blue C M Y K H S L
Decimal 252 173 49 0 0.31 0.81 0.01 36.65 0.97 0.59
Hex FC AD 31 0 1F 51 1 25 61 3B
Octal 374 255 61 0 37 121 1 45 141 73
Binary 11111100 10101101 110001 0 11111 1010001 1 100101 1100001 111011

Color Harmonies of #FCAD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAD31

Black with #FCAD31

Text Example


Text Example

White with #FCAD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAD31; }

 p { color: rgb(252,173,49); }

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

background-color css

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

 a { background-color: rgb(252,173,49); }

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

border-color css

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

 span { border-color: rgb(252,173,49); }

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