Html Css Color HEX #FEBD42 Supernova

📋 copy color: '#FEBD42'

red 254 ◦ green 189 ◦ blue 66

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

Shades of Supernova #FEBD42

Tints of Supernova #FEBD42

RGB

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

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

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

R = 49.9%
G = 37.13%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FEBD42 (or 0xFEBD42) is known color: Supernova. HEX triplet: FE, BD and 42. RGB value is (254,189,66). Sum of RGB (Red+Green+Blue) = 254+189+66=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 189 (74.22% from 255 or 37.13% from 509); Blue value is 66 (26.17% from 255 or 12.97% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBD42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBD42 is #0142BD. Grayscale: #C2C2C2. Windows color (decimal): -82622 or 4374014. OLE color: 4374014.

HSL color Cylindrical-coordinate representation of color #FEBD42: hue angle of 39.26º 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 #FEBD42 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 189 66 -
CMYK 0 0.26 0.74 0.00
HSL 39.26º 0.99% 0.63% -
HSV(B) 39.26º 0.74% 1% -
XYZ 60.05 57.86 13.16 -
YUV 194.41 55.53 170.5 -
System Red Green Blue C M Y K H S L
Decimal 254 189 66 0 0.26 0.74 0.00 39.26 0.99 0.63
Hex FE BD 42 0 1A 4A 0 27 63 3F
Octal 376 275 102 0 32 112 0 47 143 77
Binary 11111110 10111101 1000010 0 11010 1001010 0 100111 1100011 111111

Color Harmonies of #FEBD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBD42

Black with #FEBD42

Text Example


Text Example

White with #FEBD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBD42; }

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

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

background-color css

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

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

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

border-color css

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

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

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