Html Css Color HEX #FEBB2E Supernova

📋 copy color: '#FEBB2E'

red 254 ◦ green 187 ◦ blue 46

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

Shades of Supernova #FEBB2E

Tints of Supernova #FEBB2E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.4%

 BLUE value IS 46 (18.36% from 255) = 9.45%

R = 52.16%
G = 38.4%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FEBB2E (or 0xFEBB2E) is known color: Supernova. HEX triplet: FE, BB and 2E. RGB value is (254,187,46). Sum of RGB (Red+Green+Blue) = 254+187+46=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 187 (73.44% from 255 or 38.40% from 487); Blue value is 46 (18.36% from 255 or 9.45% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBB2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBB2E is #0144D1. Grayscale: #BFBFBF. Windows color (decimal): -83154 or 3062782. OLE color: 3062782.

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

Color convert

RGB 254 187 46 -
CMYK 0 0.26 0.82 0.00
HSL 40.67º 0.99% 0.59% -
HSV(B) 40.67º 0.82% 1% -
XYZ 59.14 56.81 10.43 -
YUV 190.96 46.2 172.96 -
System Red Green Blue C M Y K H S L
Decimal 254 187 46 0 0.26 0.82 0.00 40.67 0.99 0.59
Hex FE BB 2E 0 1A 52 0 29 63 3B
Octal 376 273 56 0 32 122 0 51 143 73
Binary 11111110 10111011 101110 0 11010 1010010 0 101001 1100011 111011

Color Harmonies of #FEBB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBB2E

Black with #FEBB2E

Text Example


Text Example

White with #FEBB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBB2E; }

 p { color: rgb(254,187,46); }

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

background-color css

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

 a { background-color: rgb(254,187,46); }

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

border-color css

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

 span { border-color: rgb(254,187,46); }

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