Html Css Color HEX #FEB942 Supernova

📋 copy color: '#FEB942'

red 254 ◦ green 185 ◦ blue 66

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

Shades of Supernova #FEB942

Tints of Supernova #FEB942

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.63%

 BLUE value IS 66 (26.17% from 255) = 13.07%

R = 50.3%
G = 36.63%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FEB942 (or 0xFEB942) is known color: Supernova. HEX triplet: FE, B9 and 42. RGB value is (254,185,66). Sum of RGB (Red+Green+Blue) = 254+185+66=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 185 (72.66% from 255 or 36.63% from 505); Blue value is 66 (26.17% from 255 or 13.07% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB942 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB942 is #0146BD. Grayscale: #C0C0C0. Windows color (decimal): -83646 or 4372990. OLE color: 4372990.

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

Color convert

RGB 254 185 66 -
CMYK 0 0.27 0.74 0.00
HSL 37.98º 0.99% 0.63% -
HSV(B) 37.98º 0.74% 1% -
XYZ 59.21 56.16 12.87 -
YUV 192.07 56.86 172.18 -
System Red Green Blue C M Y K H S L
Decimal 254 185 66 0 0.27 0.74 0.00 37.98 0.99 0.63
Hex FE B9 42 0 1B 4A 0 26 63 3F
Octal 376 271 102 0 33 112 0 46 143 77
Binary 11111110 10111001 1000010 0 11011 1001010 0 100110 1100011 111111

Color Harmonies of #FEB942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB942

Black with #FEB942

Text Example


Text Example

White with #FEB942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB942; }

 p { color: rgb(254,185,66); }

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

background-color css

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

 a { background-color: rgb(254,185,66); }

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

border-color css

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

 span { border-color: rgb(254,185,66); }

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