Html Css Color HEX #FFBE1A Moon Yellow

📋 copy color: '#FFBE1A'

red 255 ◦ green 190 ◦ blue 26

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

Shades of Moon Yellow #FFBE1A

Tints of Moon Yellow #FFBE1A

RGB

 RED value IS 255 (100% from 255) = 54.14%

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

 BLUE value IS 26 (10.55% from 255) = 5.52%

R = 54.14%
G = 40.34%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FFBE1A (or 0xFFBE1A) is known color: Moon Yellow. HEX triplet: FF, BE and 1A. RGB value is (255,190,26). Sum of RGB (Red+Green+Blue) = 255+190+26=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 26 (10.55% from 255 or 5.52% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBE1A is #0041E5. Grayscale: #BFBFBF. Windows color (decimal): -16870 or 1752831. OLE color: 1752831.

HSL color Cylindrical-coordinate representation of color #FFBE1A: hue angle of 42.97º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FFBE1A is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.

Color convert

RGB 255 190 26 -
CMYK 0 0.25 0.90 0
HSL 42.97º 1% 0.55% -
HSV(B) 42.97º 0.9% 1% -
XYZ 59.84 58.16 9.05 -
YUV 190.74 35.03 173.84 -
System Red Green Blue C M Y K H S L
Decimal 255 190 26 0 0.25 0.90 0 42.97 1 0.55
Hex FF BE 1A 0 19 5A 0 2B 64 37
Octal 377 276 32 0 31 132 0 53 144 67
Binary 11111111 10111110 11010 0 11001 1011010 0 101011 1100100 110111

Color Harmonies of #FFBE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBE1A

Black with #FFBE1A

Text Example


Text Example

White with #FFBE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBE1A; }

 p { color: rgb(255,190,26); }

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

background-color css

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

 a { background-color: rgb(255,190,26); }

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

border-color css

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

 span { border-color: rgb(255,190,26); }

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