Html Css Color HEX #FEB93C Supernova

📋 copy color: '#FEB93C'

red 254 ◦ green 185 ◦ blue 60

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

Shades of Supernova #FEB93C

Tints of Supernova #FEB93C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.02%

R = 50.9%
G = 37.07%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FEB93C (or 0xFEB93C) is known color: Supernova. HEX triplet: FE, B9 and 3C. RGB value is (254,185,60). Sum of RGB (Red+Green+Blue) = 254+185+60=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 60 (23.83% from 255 or 12.02% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB93C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB93C is #0146C3. Grayscale: #BFBFBF. Windows color (decimal): -83652 or 3979774. OLE color: 3979774.

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

Color convert

RGB 254 185 60 -
CMYK 0 0.27 0.76 0.00
HSL 38.66º 0.99% 0.62% -
HSV(B) 38.66º 0.76% 1% -
XYZ 59.04 56.1 11.99 -
YUV 191.38 53.86 172.66 -
System Red Green Blue C M Y K H S L
Decimal 254 185 60 0 0.27 0.76 0.00 38.66 0.99 0.62
Hex FE B9 3C 0 1B 4C 0 27 63 3E
Octal 376 271 74 0 33 114 0 47 143 76
Binary 11111110 10111001 111100 0 11011 1001100 0 100111 1100011 111110

Color Harmonies of #FEB93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB93C

Black with #FEB93C

Text Example


Text Example

White with #FEB93C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB93C; }

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

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

background-color css

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

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

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

border-color css

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

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

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