Html Css Color HEX #FEB92F Supernova

📋 copy color: '#FEB92F'

red 254 ◦ green 185 ◦ blue 47

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

Shades of Supernova #FEB92F

Tints of Supernova #FEB92F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.67%

R = 52.26%
G = 38.07%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEB92F (or 0xFEB92F) is known color: Supernova. HEX triplet: FE, B9 and 2F. RGB value is (254,185,47). Sum of RGB (Red+Green+Blue) = 254+185+47=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 185 (72.66% from 255 or 38.07% from 486); Blue value is 47 (18.75% from 255 or 9.67% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB92F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB92F is #0146D0. Grayscale: #BEBEBE. Windows color (decimal): -83665 or 3127806. OLE color: 3127806.

HSL color Cylindrical-coordinate representation of color #FEB92F: hue angle of 40º 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 #FEB92F is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 185 47 -
CMYK 0 0.27 0.81 0.00
HSL 40º 0.99% 0.59% -
HSV(B) 40º 0.81% 1% -
XYZ 58.74 55.97 10.4 -
YUV 189.9 47.36 173.72 -
System Red Green Blue C M Y K H S L
Decimal 254 185 47 0 0.27 0.81 0.00 40 0.99 0.59
Hex FE B9 2F 0 1B 51 0 28 63 3B
Octal 376 271 57 0 33 121 0 50 143 73
Binary 11111110 10111001 101111 0 11011 1010001 0 101000 1100011 111011

Color Harmonies of #FEB92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB92F

Black with #FEB92F

Text Example


Text Example

White with #FEB92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB92F; }

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

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

background-color css

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

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

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

border-color css

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

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

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