Html Css Color HEX #FEB926 Supernova

📋 copy color: '#FEB926'

red 254 ◦ green 185 ◦ blue 38

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

Shades of Supernova #FEB926

Tints of Supernova #FEB926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.97%

R = 53.25%
G = 38.78%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FEB926 (or 0xFEB926) is known color: Supernova. HEX triplet: FE, B9 and 26. RGB value is (254,185,38). Sum of RGB (Red+Green+Blue) = 254+185+38=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 38 (15.23% from 255 or 7.97% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB926 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB926 is #0146D9. Grayscale: #BDBDBD. Windows color (decimal): -83674 or 2537982. OLE color: 2537982.

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

Color convert

RGB 254 185 38 -
CMYK 0 0.27 0.85 0.00
HSL 40.83º 0.99% 0.57% -
HSV(B) 40.83º 0.85% 1% -
XYZ 58.57 55.91 9.54 -
YUV 188.87 42.86 174.45 -
System Red Green Blue C M Y K H S L
Decimal 254 185 38 0 0.27 0.85 0.00 40.83 0.99 0.57
Hex FE B9 26 0 1B 55 0 29 63 39
Octal 376 271 46 0 33 125 0 51 143 71
Binary 11111110 10111001 100110 0 11011 1010101 0 101001 1100011 111001

Color Harmonies of #FEB926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB926

Black with #FEB926

Text Example


Text Example

White with #FEB926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB926; }

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

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

background-color css

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

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

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

border-color css

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

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

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