Html Css Color HEX #FDAC2C Supernova

📋 copy color: '#FDAC2C'

red 253 ◦ green 172 ◦ blue 44

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

Shades of Supernova #FDAC2C

Tints of Supernova #FDAC2C

RGB

 RED value IS 253 (99.22% from 255) = 53.94%

 GREEN value IS 172 (67.58% from 255) = 36.67%

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

R = 53.94%
G = 36.67%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDAC2C (or 0xFDAC2C) is known color: Supernova. HEX triplet: FD, AC and 2C. RGB value is (253,172,44). Sum of RGB (Red+Green+Blue) = 253+172+44=469 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.94% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 44 (17.58% from 255 or 9.38% from 469); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAC2C is #0253D3. Grayscale: #B6B6B6. Windows color (decimal): -152532 or 2927869. OLE color: 2927869.

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

Color convert

RGB 253 172 44 -
CMYK 0 0.32 0.83 0.01
HSL 36.75º 0.98% 0.58% -
HSV(B) 36.75º 0.83% 0.99% -
XYZ 55.72 50.57 9.21 -
YUV 181.63 50.34 178.91 -
System Red Green Blue C M Y K H S L
Decimal 253 172 44 0 0.32 0.83 0.01 36.75 0.98 0.58
Hex FD AC 2C 0 20 53 1 25 62 3A
Octal 375 254 54 0 40 123 1 45 142 72
Binary 11111101 10101100 101100 0 100000 1010011 1 100101 1100010 111010

Color Harmonies of #FDAC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAC2C

Black with #FDAC2C

Text Example


Text Example

White with #FDAC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAC2C; }

 p { color: rgb(253,172,44); }

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

background-color css

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

 a { background-color: rgb(253,172,44); }

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

border-color css

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

 span { border-color: rgb(253,172,44); }

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