Html Css Color HEX #FEBD3E Supernova

📋 copy color: '#FEBD3E'

red 254 ◦ green 189 ◦ blue 62

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

Shades of Supernova #FEBD3E

Tints of Supernova #FEBD3E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.43%

 BLUE value IS 62 (24.61% from 255) = 12.28%

R = 50.3%
G = 37.43%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FEBD3E (or 0xFEBD3E) is known color: Supernova. HEX triplet: FE, BD and 3E. RGB value is (254,189,62). Sum of RGB (Red+Green+Blue) = 254+189+62=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 62 (24.61% from 255 or 12.28% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBD3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBD3E is #0142C1. Grayscale: #C2C2C2. Windows color (decimal): -82626 or 4111870. OLE color: 4111870.

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

Color convert

RGB 254 189 62 -
CMYK 0 0.26 0.76 0.00
HSL 39.69º 0.99% 0.62% -
HSV(B) 39.69º 0.76% 1% -
XYZ 59.94 57.81 12.56 -
YUV 193.96 53.53 170.83 -
System Red Green Blue C M Y K H S L
Decimal 254 189 62 0 0.26 0.76 0.00 39.69 0.99 0.62
Hex FE BD 3E 0 1A 4C 0 28 63 3E
Octal 376 275 76 0 32 114 0 50 143 76
Binary 11111110 10111101 111110 0 11010 1001100 0 101000 1100011 111110

Color Harmonies of #FEBD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBD3E

Black with #FEBD3E

Text Example


Text Example

White with #FEBD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBD3E; }

 p { color: rgb(254,189,62); }

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

background-color css

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

 a { background-color: rgb(254,189,62); }

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

border-color css

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

 span { border-color: rgb(254,189,62); }

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