Html Css Color HEX #FCAD2C Supernova

📋 copy color: '#FCAD2C'

red 252 ◦ green 173 ◦ blue 44

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

Shades of Supernova #FCAD2C

Tints of Supernova #FCAD2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.38%

R = 53.73%
G = 36.89%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCAD2C (or 0xFCAD2C) is known color: Supernova. HEX triplet: FC, AD and 2C. RGB value is (252,173,44). Sum of RGB (Red+Green+Blue) = 252+173+44=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 44 (17.58% from 255 or 9.38% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAD2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAD2C is #0352D3. Grayscale: #B6B6B6. Windows color (decimal): -217812 or 2928124. OLE color: 2928124.

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

Color convert

RGB 252 173 44 -
CMYK 0 0.31 0.83 0.01
HSL 37.21º 0.97% 0.58% -
HSV(B) 37.21º 0.83% 0.99% -
XYZ 55.54 50.76 9.25 -
YUV 181.92 50.17 177.99 -
System Red Green Blue C M Y K H S L
Decimal 252 173 44 0 0.31 0.83 0.01 37.21 0.97 0.58
Hex FC AD 2C 0 1F 53 1 25 61 3A
Octal 374 255 54 0 37 123 1 45 141 72
Binary 11111100 10101101 101100 0 11111 1010011 1 100101 1100001 111010

Color Harmonies of #FCAD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAD2C

Black with #FCAD2C

Text Example


Text Example

White with #FCAD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAD2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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