Html Css Color HEX #FAAF26 Supernova

📋 copy color: '#FAAF26'

red 250 ◦ green 175 ◦ blue 38

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

Shades of Supernova #FAAF26

Tints of Supernova #FAAF26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.21%

R = 54%
G = 37.8%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FAAF26 (or 0xFAAF26) is known color: Supernova. HEX triplet: FA, AF and 26. RGB value is (250,175,38). Sum of RGB (Red+Green+Blue) = 250+175+38=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 38 (15.23% from 255 or 8.21% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF26 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAF26 is #0550D9. Grayscale: #B6B6B6. Windows color (decimal): -348378 or 2535418. OLE color: 2535418.

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

Color convert

RGB 250 175 38 -
CMYK 0 0.3 0.85 0.02
HSL 38.77º 0.95% 0.56% -
HSV(B) 38.77º 0.85% 0.98% -
XYZ 55.1 51.12 8.8 -
YUV 181.81 46.85 176.64 -
System Red Green Blue C M Y K H S L
Decimal 250 175 38 0 0.3 0.85 0.02 38.77 0.95 0.56
Hex FA AF 26 0 1E 55 2 27 5F 38
Octal 372 257 46 0 36 125 2 47 137 70
Binary 11111010 10101111 100110 0 11110 1010101 10 100111 1011111 111000

Color Harmonies of #FAAF26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAF26

Black with #FAAF26

Text Example


Text Example

White with #FAAF26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAF26; }

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

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

background-color css

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

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

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

border-color css

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

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

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