Html Css Color HEX #FEBE3B Supernova

📋 copy color: '#FEBE3B'

red 254 ◦ green 190 ◦ blue 59

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

Shades of Supernova #FEBE3B

Tints of Supernova #FEBE3B

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.77%

 BLUE value IS 59 (23.44% from 255) = 11.73%

R = 50.5%
G = 37.77%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FEBE3B (or 0xFEBE3B) is known color: Supernova. HEX triplet: FE, BE and 3B. RGB value is (254,190,59). Sum of RGB (Red+Green+Blue) = 254+190+59=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 59 (23.44% from 255 or 11.73% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBE3B is #0141C4. Grayscale: #C2C2C2. Windows color (decimal): -82373 or 3915518. OLE color: 3915518.

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

Color convert

RGB 254 190 59 -
CMYK 0 0.25 0.77 0.00
HSL 40.31º 0.99% 0.61% -
HSV(B) 40.31º 0.77% 1% -
XYZ 60.08 58.21 12.21 -
YUV 194.2 51.7 170.65 -
System Red Green Blue C M Y K H S L
Decimal 254 190 59 0 0.25 0.77 0.00 40.31 0.99 0.61
Hex FE BE 3B 0 19 4D 0 28 63 3D
Octal 376 276 73 0 31 115 0 50 143 75
Binary 11111110 10111110 111011 0 11001 1001101 0 101000 1100011 111101

Color Harmonies of #FEBE3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBE3B

Black with #FEBE3B

Text Example


Text Example

White with #FEBE3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBE3B; }

 p { color: rgb(254,190,59); }

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

background-color css

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

 a { background-color: rgb(254,190,59); }

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

border-color css

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

 span { border-color: rgb(254,190,59); }

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