Html Css Color HEX #FABF12 Moon Yellow

📋 copy color: '#FABF12'

red 250 ◦ green 191 ◦ blue 18

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

Shades of Moon Yellow #FABF12

Tints of Moon Yellow #FABF12

RGB

 RED value IS 250 (98.05% from 255) = 54.47%

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

 BLUE value IS 18 (7.42% from 255) = 3.92%

R = 54.47%
G = 41.61%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FABF12 (or 0xFABF12) is known color: Moon Yellow. HEX triplet: FA, BF and 12. RGB value is (250,191,18). Sum of RGB (Red+Green+Blue) = 250+191+18=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 18 (7.42% from 255 or 3.92% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FABF12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABF12 is #0540ED. Grayscale: #BDBDBD. Windows color (decimal): -344302 or 1228794. OLE color: 1228794.

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

Color convert

RGB 250 191 18 -
CMYK 0 0.24 0.93 0.02
HSL 44.74º 0.96% 0.53% -
HSV(B) 44.74º 0.93% 0.98% -
XYZ 58.16 57.63 8.63 -
YUV 188.92 31.55 171.57 -
System Red Green Blue C M Y K H S L
Decimal 250 191 18 0 0.24 0.93 0.02 44.74 0.96 0.53
Hex FA BF 12 0 18 5D 2 2D 60 35
Octal 372 277 22 0 30 135 2 55 140 65
Binary 11111010 10111111 10010 0 11000 1011101 10 101101 1100000 110101

Color Harmonies of #FABF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABF12

Black with #FABF12

Text Example


Text Example

White with #FABF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABF12; }

 p { color: rgb(250,191,18); }

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

background-color css

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

 a { background-color: rgb(250,191,18); }

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

border-color css

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

 span { border-color: rgb(250,191,18); }

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