Html Css Color HEX #FEB62A Supernova

📋 copy color: '#FEB62A'

red 254 ◦ green 182 ◦ blue 42

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

Shades of Supernova #FEB62A

Tints of Supernova #FEB62A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.08%

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

R = 53.14%
G = 38.08%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FEB62A (or 0xFEB62A) is known color: Supernova. HEX triplet: FE, B6 and 2A. RGB value is (254,182,42). Sum of RGB (Red+Green+Blue) = 254+182+42=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 42 (16.80% from 255 or 8.79% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB62A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB62A is #0149D5. Grayscale: #BCBCBC. Windows color (decimal): -84438 or 2799358. OLE color: 2799358.

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

Color convert

RGB 254 182 42 -
CMYK 0 0.28 0.83 0.00
HSL 39.62º 0.99% 0.58% -
HSV(B) 39.62º 0.83% 1% -
XYZ 58.02 54.69 9.69 -
YUV 187.57 45.85 175.38 -
System Red Green Blue C M Y K H S L
Decimal 254 182 42 0 0.28 0.83 0.00 39.62 0.99 0.58
Hex FE B6 2A 0 1C 53 0 28 63 3A
Octal 376 266 52 0 34 123 0 50 143 72
Binary 11111110 10110110 101010 0 11100 1010011 0 101000 1100011 111010

Color Harmonies of #FEB62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB62A

Black with #FEB62A

Text Example


Text Example

White with #FEB62A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB62A; }

 p { color: rgb(254,182,42); }

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

background-color css

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

 a { background-color: rgb(254,182,42); }

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

border-color css

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

 span { border-color: rgb(254,182,42); }

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