Html Css Color HEX #FEBF1F Moon Yellow

📋 copy color: '#FEBF1F'

red 254 ◦ green 191 ◦ blue 31

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

Shades of Moon Yellow #FEBF1F

Tints of Moon Yellow #FEBF1F

RGB

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

 GREEN value IS 191 (75% from 255) = 40.13%

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

R = 53.36%
G = 40.13%
B = 6.51%

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

#FEBF1F (or 0xFEBF1F) is known color: Moon Yellow. HEX triplet: FE, BF and 1F. RGB value is (254,191,31). Sum of RGB (Red+Green+Blue) = 254+191+31=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 31 (12.5% from 255 or 6.51% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBF1F is #0140E0. Grayscale: #C0C0C0. Windows color (decimal): -82145 or 2080766. OLE color: 2080766.

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

Color convert

RGB 254 191 31 -
CMYK 0 0.25 0.88 0.00
HSL 43.05º 0.99% 0.56% -
HSV(B) 43.05º 0.88% 1% -
XYZ 59.75 58.43 9.43 -
YUV 191.6 37.37 172.51 -
System Red Green Blue C M Y K H S L
Decimal 254 191 31 0 0.25 0.88 0.00 43.05 0.99 0.56
Hex FE BF 1F 0 19 58 0 2B 63 38
Octal 376 277 37 0 31 130 0 53 143 70
Binary 11111110 10111111 11111 0 11001 1011000 0 101011 1100011 111000

Color Harmonies of #FEBF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBF1F

Black with #FEBF1F

Text Example


Text Example

White with #FEBF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBF1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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