Html Css Color HEX #FEBE1F Moon Yellow

📋 copy color: '#FEBE1F'

red 254 ◦ green 190 ◦ blue 31

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

Shades of Moon Yellow #FEBE1F

Tints of Moon Yellow #FEBE1F

RGB

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

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

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

R = 53.47%
G = 40%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FEBE1F (or 0xFEBE1F) is known color: Moon Yellow. HEX triplet: FE, BE and 1F. RGB value is (254,190,31). Sum of RGB (Red+Green+Blue) = 254+190+31=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 31 (12.5% from 255 or 6.53% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBE1F is #0141E0. Grayscale: #BFBFBF. Windows color (decimal): -82401 or 2080510. OLE color: 2080510.

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

Color convert

RGB 254 190 31 -
CMYK 0 0.25 0.88 0.00
HSL 42.78º 0.99% 0.56% -
HSV(B) 42.78º 0.88% 1% -
XYZ 59.53 58 9.35 -
YUV 191.01 37.7 172.93 -
System Red Green Blue C M Y K H S L
Decimal 254 190 31 0 0.25 0.88 0.00 42.78 0.99 0.56
Hex FE BE 1F 0 19 58 0 2B 63 38
Octal 376 276 37 0 31 130 0 53 143 70
Binary 11111110 10111110 11111 0 11001 1011000 0 101011 1100011 111000

Color Harmonies of #FEBE1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBE1F

Black with #FEBE1F

Text Example


Text Example

White with #FEBE1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBE1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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