Html Css Color HEX #FDAC34 Supernova

📋 copy color: '#FDAC34'

red 253 ◦ green 172 ◦ blue 52

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

Shades of Supernova #FDAC34

Tints of Supernova #FDAC34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.9%

R = 53.04%
G = 36.06%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FDAC34 (or 0xFDAC34) is known color: Supernova. HEX triplet: FD, AC and 34. RGB value is (253,172,52). Sum of RGB (Red+Green+Blue) = 253+172+52=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 52 (20.70% from 255 or 10.90% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAC34 is #0253CB. Grayscale: #B7B7B7. Windows color (decimal): -152524 or 3452157. OLE color: 3452157.

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

Color convert

RGB 253 172 52 -
CMYK 0 0.32 0.79 0.01
HSL 35.82º 0.98% 0.6% -
HSV(B) 35.82º 0.79% 0.99% -
XYZ 55.88 50.64 10.08 -
YUV 182.54 54.34 178.26 -
System Red Green Blue C M Y K H S L
Decimal 253 172 52 0 0.32 0.79 0.01 35.82 0.98 0.6
Hex FD AC 34 0 20 4F 1 24 62 3C
Octal 375 254 64 0 40 117 1 44 142 74
Binary 11111101 10101100 110100 0 100000 1001111 1 100100 1100010 111100

Color Harmonies of #FDAC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAC34

Black with #FDAC34

Text Example


Text Example

White with #FDAC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAC34; }

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

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

background-color css

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

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

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

border-color css

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

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

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