Html Css Color HEX #FAAF28 Supernova

📋 copy color: '#FAAF28'

red 250 ◦ green 175 ◦ blue 40

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

Shades of Supernova #FAAF28

Tints of Supernova #FAAF28

RGB

 RED value IS 250 (98.05% from 255) = 53.76%

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

 BLUE value IS 40 (16.02% from 255) = 8.6%

R = 53.76%
G = 37.63%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FAAF28 (or 0xFAAF28) is known color: Supernova. HEX triplet: FA, AF and 28. RGB value is (250,175,40). Sum of RGB (Red+Green+Blue) = 250+175+40=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 40 (16.02% from 255 or 8.60% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAF28 is #0550D7. Grayscale: #B6B6B6. Windows color (decimal): -348376 or 2666490. OLE color: 2666490.

HSL color Cylindrical-coordinate representation of color #FAAF28: hue angle of 38.57º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FAAF28 is Cyan = 0, Magento = 0.3, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 175 40 -
CMYK 0 0.3 0.84 0.02
HSL 38.57º 0.95% 0.57% -
HSV(B) 38.57º 0.84% 0.98% -
XYZ 55.14 51.14 8.97 -
YUV 182.04 47.85 176.48 -
System Red Green Blue C M Y K H S L
Decimal 250 175 40 0 0.3 0.84 0.02 38.57 0.95 0.57
Hex FA AF 28 0 1E 54 2 27 5F 39
Octal 372 257 50 0 36 124 2 47 137 71
Binary 11111010 10101111 101000 0 11110 1010100 10 100111 1011111 111001

Color Harmonies of #FAAF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAF28

Black with #FAAF28

Text Example


Text Example

White with #FAAF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAF28; }

 p { color: rgb(250,175,40); }

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

background-color css

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

 a { background-color: rgb(250,175,40); }

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

border-color css

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

 span { border-color: rgb(250,175,40); }

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