Html Css Color HEX #FDAC33 Supernova

📋 copy color: '#FDAC33'

red 253 ◦ green 172 ◦ blue 51

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

Shades of Supernova #FDAC33

Tints of Supernova #FDAC33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.71%

R = 53.15%
G = 36.13%
B = 10.71%

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

#FDAC33 (or 0xFDAC33) is known color: Supernova. HEX triplet: FD, AC and 33. RGB value is (253,172,51). Sum of RGB (Red+Green+Blue) = 253+172+51=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 51 (20.31% from 255 or 10.71% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC33 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAC33 is #0253CC. Grayscale: #B6B6B6. Windows color (decimal): -152525 or 3386621. OLE color: 3386621.

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

Color convert

RGB 253 172 51 -
CMYK 0 0.32 0.80 0.01
HSL 35.94º 0.98% 0.6% -
HSV(B) 35.94º 0.8% 0.99% -
XYZ 55.86 50.63 9.96 -
YUV 182.43 53.84 178.34 -
System Red Green Blue C M Y K H S L
Decimal 253 172 51 0 0.32 0.80 0.01 35.94 0.98 0.6
Hex FD AC 33 0 20 50 1 24 62 3C
Octal 375 254 63 0 40 120 1 44 142 74
Binary 11111101 10101100 110011 0 100000 1010000 1 100100 1100010 111100

Color Harmonies of #FDAC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAC33

Black with #FDAC33

Text Example


Text Example

White with #FDAC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAC33; }

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

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

background-color css

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

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

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

border-color css

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

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

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