Html Css Color HEX #FDAF30 Supernova

📋 copy color: '#FDAF30'

red 253 ◦ green 175 ◦ blue 48

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

Shades of Supernova #FDAF30

Tints of Supernova #FDAF30

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.76%

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

R = 53.15%
G = 36.76%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDAF30 (or 0xFDAF30) is known color: Supernova. HEX triplet: FD, AF and 30. RGB value is (253,175,48). Sum of RGB (Red+Green+Blue) = 253+175+48=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 48 (19.14% from 255 or 10.08% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAF30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAF30 is #0250CF. Grayscale: #B8B8B8. Windows color (decimal): -151760 or 3190781. OLE color: 3190781.

HSL color Cylindrical-coordinate representation of color #FDAF30: hue angle of 37.17º 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 #FDAF30 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 175 48 -
CMYK 0 0.31 0.81 0.01
HSL 37.17º 0.98% 0.59% -
HSV(B) 37.17º 0.81% 0.99% -
XYZ 56.37 51.76 9.82 -
YUV 183.84 51.34 177.33 -
System Red Green Blue C M Y K H S L
Decimal 253 175 48 0 0.31 0.81 0.01 37.17 0.98 0.59
Hex FD AF 30 0 1F 51 1 25 62 3B
Octal 375 257 60 0 37 121 1 45 142 73
Binary 11111101 10101111 110000 0 11111 1010001 1 100101 1100010 111011

Color Harmonies of #FDAF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAF30

Black with #FDAF30

Text Example


Text Example

White with #FDAF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAF30; }

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

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

background-color css

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

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

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

border-color css

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

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

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