Html Css Color HEX #FEAF2D Supernova

📋 copy color: '#FEAF2D'

red 254 ◦ green 175 ◦ blue 45

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

Shades of Supernova #FEAF2D

Tints of Supernova #FEAF2D

RGB

 RED value IS 254 (99.61% from 255) = 53.59%

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

 BLUE value IS 45 (17.97% from 255) = 9.49%

R = 53.59%
G = 36.92%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FEAF2D (or 0xFEAF2D) is known color: Supernova. HEX triplet: FE, AF and 2D. RGB value is (254,175,45). Sum of RGB (Red+Green+Blue) = 254+175+45=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 45 (17.97% from 255 or 9.49% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAF2D is #0150D2. Grayscale: #B8B8B8. Windows color (decimal): -86227 or 2994174. OLE color: 2994174.

HSL color Cylindrical-coordinate representation of color #FEAF2D: hue angle of 37.32º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FEAF2D is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 175 45 -
CMYK 0 0.31 0.82 0.00
HSL 37.32º 0.99% 0.59% -
HSV(B) 37.32º 0.82% 1% -
XYZ 56.68 51.92 9.52 -
YUV 183.8 49.67 178.07 -
System Red Green Blue C M Y K H S L
Decimal 254 175 45 0 0.31 0.82 0.00 37.32 0.99 0.59
Hex FE AF 2D 0 1F 52 0 25 63 3B
Octal 376 257 55 0 37 122 0 45 143 73
Binary 11111110 10101111 101101 0 11111 1010010 0 100101 1100011 111011

Color Harmonies of #FEAF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAF2D

Black with #FEAF2D

Text Example


Text Example

White with #FEAF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAF2D; }

 p { color: rgb(254,175,45); }

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

background-color css

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

 a { background-color: rgb(254,175,45); }

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

border-color css

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

 span { border-color: rgb(254,175,45); }

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