Html Css Color HEX #FDAC30 Supernova

📋 copy color: '#FDAC30'

red 253 ◦ green 172 ◦ blue 48

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

Shades of Supernova #FDAC30

Tints of Supernova #FDAC30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.15%

R = 53.49%
G = 36.36%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDAC30 (or 0xFDAC30) is known color: Supernova. HEX triplet: FD, AC and 30. RGB value is (253,172,48). Sum of RGB (Red+Green+Blue) = 253+172+48=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 48 (19.14% from 255 or 10.15% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAC30 is #0253CF. Grayscale: #B6B6B6. Windows color (decimal): -152528 or 3190013. OLE color: 3190013.

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

Color convert

RGB 253 172 48 -
CMYK 0 0.32 0.81 0.01
HSL 36.29º 0.98% 0.59% -
HSV(B) 36.29º 0.81% 0.99% -
XYZ 55.79 50.6 9.62 -
YUV 182.08 52.34 178.58 -
System Red Green Blue C M Y K H S L
Decimal 253 172 48 0 0.32 0.81 0.01 36.29 0.98 0.59
Hex FD AC 30 0 20 51 1 24 62 3B
Octal 375 254 60 0 40 121 1 44 142 73
Binary 11111101 10101100 110000 0 100000 1010001 1 100100 1100010 111011

Color Harmonies of #FDAC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAC30

Black with #FDAC30

Text Example


Text Example

White with #FDAC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAC30; }

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

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

background-color css

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

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

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

border-color css

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

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

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