Html Css Color HEX #FEB42F Supernova

📋 copy color: '#FEB42F'

red 254 ◦ green 180 ◦ blue 47

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

Shades of Supernova #FEB42F

Tints of Supernova #FEB42F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.42%

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

R = 52.81%
G = 37.42%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEB42F (or 0xFEB42F) is known color: Supernova. HEX triplet: FE, B4 and 2F. RGB value is (254,180,47). Sum of RGB (Red+Green+Blue) = 254+180+47=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 47 (18.75% from 255 or 9.77% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB42F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB42F is #014BD0. Grayscale: #BBBBBB. Windows color (decimal): -84945 or 3126526. OLE color: 3126526.

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

Color convert

RGB 254 180 47 -
CMYK 0 0.29 0.81 0.00
HSL 38.55º 0.99% 0.59% -
HSV(B) 38.55º 0.81% 1% -
XYZ 57.71 53.92 10.06 -
YUV 186.96 49.02 175.81 -
System Red Green Blue C M Y K H S L
Decimal 254 180 47 0 0.29 0.81 0.00 38.55 0.99 0.59
Hex FE B4 2F 0 1D 51 0 27 63 3B
Octal 376 264 57 0 35 121 0 47 143 73
Binary 11111110 10110100 101111 0 11101 1010001 0 100111 1100011 111011

Color Harmonies of #FEB42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB42F

Black with #FEB42F

Text Example


Text Example

White with #FEB42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB42F; }

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

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

background-color css

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

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

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

border-color css

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

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

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