Html Css Color HEX #FEB91F Moon Yellow

📋 copy color: '#FEB91F'

red 254 ◦ green 185 ◦ blue 31

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

Shades of Moon Yellow #FEB91F

Tints of Moon Yellow #FEB91F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.6%

R = 54.04%
G = 39.36%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FEB91F (or 0xFEB91F) is known color: Moon Yellow. HEX triplet: FE, B9 and 1F. RGB value is (254,185,31). Sum of RGB (Red+Green+Blue) = 254+185+31=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 31 (12.5% from 255 or 6.60% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB91F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB91F is #0146E0. Grayscale: #BCBCBC. Windows color (decimal): -83681 or 2079230. OLE color: 2079230.

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

Color convert

RGB 254 185 31 -
CMYK 0 0.27 0.88 0.00
HSL 41.43º 0.99% 0.56% -
HSV(B) 41.43º 0.88% 1% -
XYZ 58.47 55.87 9 -
YUV 188.08 39.36 175.02 -
System Red Green Blue C M Y K H S L
Decimal 254 185 31 0 0.27 0.88 0.00 41.43 0.99 0.56
Hex FE B9 1F 0 1B 58 0 29 63 38
Octal 376 271 37 0 33 130 0 51 143 70
Binary 11111110 10111001 11111 0 11011 1011000 0 101001 1100011 111000

Color Harmonies of #FEB91F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB91F

Black with #FEB91F

Text Example


Text Example

White with #FEB91F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB91F; }

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

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

background-color css

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

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

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

border-color css

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

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

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