Html Css Color HEX #FEB934 Supernova

📋 copy color: '#FEB934'

red 254 ◦ green 185 ◦ blue 52

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

Shades of Supernova #FEB934

Tints of Supernova #FEB934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.59%

R = 51.73%
G = 37.68%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FEB934 (or 0xFEB934) is known color: Supernova. HEX triplet: FE, B9 and 34. RGB value is (254,185,52). Sum of RGB (Red+Green+Blue) = 254+185+52=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 185 (72.66% from 255 or 37.68% from 491); Blue value is 52 (20.70% from 255 or 10.59% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB934 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB934 is #0146CB. Grayscale: #BFBFBF. Windows color (decimal): -83660 or 3455486. OLE color: 3455486.

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

Color convert

RGB 254 185 52 -
CMYK 0 0.27 0.80 0.00
HSL 39.5º 0.99% 0.6% -
HSV(B) 39.5º 0.8% 1% -
XYZ 58.84 56.02 10.96 -
YUV 190.47 49.86 173.31 -
System Red Green Blue C M Y K H S L
Decimal 254 185 52 0 0.27 0.80 0.00 39.5 0.99 0.6
Hex FE B9 34 0 1B 50 0 28 63 3C
Octal 376 271 64 0 33 120 0 50 143 74
Binary 11111110 10111001 110100 0 11011 1010000 0 101000 1100011 111100

Color Harmonies of #FEB934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB934

Black with #FEB934

Text Example


Text Example

White with #FEB934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB934; }

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

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

background-color css

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

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

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

border-color css

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

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

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