Html Css Color HEX #FBC125 Moon Yellow

📋 copy color: '#FBC125'

red 251 ◦ green 193 ◦ blue 37

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

Shades of Moon Yellow #FBC125

Tints of Moon Yellow #FBC125

RGB

 RED value IS 251 (98.44% from 255) = 52.18%

 GREEN value IS 193 (75.78% from 255) = 40.12%

 BLUE value IS 37 (14.84% from 255) = 7.69%

R = 52.18%
G = 40.12%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FBC125 (or 0xFBC125) is known color: Moon Yellow. HEX triplet: FB, C1 and 25. RGB value is (251,193,37). Sum of RGB (Red+Green+Blue) = 251+193+37=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 37 (14.84% from 255 or 7.69% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC125 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC125 is #043EDA. Grayscale: #C1C1C1. Windows color (decimal): -278235 or 2474491. OLE color: 2474491.

HSL color Cylindrical-coordinate representation of color #FBC125: hue angle of 43.74º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FBC125 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 193 37 -
CMYK 0 0.23 0.85 0.02
HSL 43.74º 0.96% 0.56% -
HSV(B) 43.74º 0.85% 0.98% -
XYZ 59.19 58.78 9.98 -
YUV 192.56 40.22 169.68 -
System Red Green Blue C M Y K H S L
Decimal 251 193 37 0 0.23 0.85 0.02 43.74 0.96 0.56
Hex FB C1 25 0 17 55 2 2C 60 38
Octal 373 301 45 0 27 125 2 54 140 70
Binary 11111011 11000001 100101 0 10111 1010101 10 101100 1100000 111000

Color Harmonies of #FBC125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC125

Black with #FBC125

Text Example


Text Example

White with #FBC125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC125; }

 p { color: rgb(251,193,37); }

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

background-color css

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

 a { background-color: rgb(251,193,37); }

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

border-color css

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

 span { border-color: rgb(251,193,37); }

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