Html Css Color HEX #FDAF2A Supernova

📋 copy color: '#FDAF2A'

red 253 ◦ green 175 ◦ blue 42

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

Shades of Supernova #FDAF2A

Tints of Supernova #FDAF2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.94%

R = 53.83%
G = 37.23%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDAF2A (or 0xFDAF2A) is known color: Supernova. HEX triplet: FD, AF and 2A. RGB value is (253,175,42). Sum of RGB (Red+Green+Blue) = 253+175+42=470 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.83% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 42 (16.80% from 255 or 8.94% from 470); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAF2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAF2A is #0250D5. Grayscale: #B7B7B7. Windows color (decimal): -151766 or 2797565. OLE color: 2797565.

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

Color convert

RGB 253 175 42 -
CMYK 0 0.31 0.83 0.01
HSL 37.82º 0.98% 0.58% -
HSV(B) 37.82º 0.83% 0.99% -
XYZ 56.26 51.71 9.21 -
YUV 183.16 48.34 177.81 -
System Red Green Blue C M Y K H S L
Decimal 253 175 42 0 0.31 0.83 0.01 37.82 0.98 0.58
Hex FD AF 2A 0 1F 53 1 26 62 3A
Octal 375 257 52 0 37 123 1 46 142 72
Binary 11111101 10101111 101010 0 11111 1010011 1 100110 1100010 111010

Color Harmonies of #FDAF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAF2A

Black with #FDAF2A

Text Example


Text Example

White with #FDAF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAF2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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