Html Css Color HEX #FEB231 Supernova

📋 copy color: '#FEB231'

red 254 ◦ green 178 ◦ blue 49

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

Shades of Supernova #FEB231

Tints of Supernova #FEB231

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.01%

 BLUE value IS 49 (19.53% from 255) = 10.19%

R = 52.81%
G = 37.01%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEB231 (or 0xFEB231) is known color: Supernova. HEX triplet: FE, B2 and 31. RGB value is (254,178,49). Sum of RGB (Red+Green+Blue) = 254+178+49=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 178 (69.92% from 255 or 37.01% from 481); Blue value is 49 (19.53% from 255 or 10.19% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB231 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEB231 is #014DCE. Grayscale: #BABABA. Windows color (decimal): -85455 or 3257086. OLE color: 3257086.

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

Color convert

RGB 254 178 49 -
CMYK 0 0.30 0.81 0.00
HSL 37.76º 0.99% 0.59% -
HSV(B) 37.76º 0.81% 1% -
XYZ 57.35 53.13 10.14 -
YUV 186.02 50.68 176.49 -
System Red Green Blue C M Y K H S L
Decimal 254 178 49 0 0.30 0.81 0.00 37.76 0.99 0.59
Hex FE B2 31 0 1E 51 0 26 63 3B
Octal 376 262 61 0 36 121 0 46 143 73
Binary 11111110 10110010 110001 0 11110 1010001 0 100110 1100011 111011

Color Harmonies of #FEB231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB231

Black with #FEB231

Text Example


Text Example

White with #FEB231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB231; }

 p { color: rgb(254,178,49); }

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

background-color css

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

 a { background-color: rgb(254,178,49); }

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

border-color css

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

 span { border-color: rgb(254,178,49); }

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