Html Css Color HEX #FDAC32 Supernova

📋 copy color: '#FDAC32'

red 253 ◦ green 172 ◦ blue 50

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

Shades of Supernova #FDAC32

Tints of Supernova #FDAC32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.53%

R = 53.26%
G = 36.21%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FDAC32 (or 0xFDAC32) is known color: Supernova. HEX triplet: FD, AC and 32. RGB value is (253,172,50). Sum of RGB (Red+Green+Blue) = 253+172+50=475 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.26% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 50 (19.92% from 255 or 10.53% from 475); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAC32 is #0253CD. Grayscale: #B6B6B6. Windows color (decimal): -152526 or 3321085. OLE color: 3321085.

HSL color Cylindrical-coordinate representation of color #FDAC32: hue angle of 36.06º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FDAC32 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 172 50 -
CMYK 0 0.32 0.80 0.01
HSL 36.06º 0.98% 0.59% -
HSV(B) 36.06º 0.8% 0.99% -
XYZ 55.84 50.62 9.84 -
YUV 182.31 53.34 178.42 -
System Red Green Blue C M Y K H S L
Decimal 253 172 50 0 0.32 0.80 0.01 36.06 0.98 0.59
Hex FD AC 32 0 20 50 1 24 62 3B
Octal 375 254 62 0 40 120 1 44 142 73
Binary 11111101 10101100 110010 0 100000 1010000 1 100100 1100010 111011

Color Harmonies of #FDAC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAC32

Black with #FDAC32

Text Example


Text Example

White with #FDAC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAC32; }

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

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

background-color css

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

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

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

border-color css

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

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

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