Html Css Color HEX #FBC614 Moon Yellow

📋 copy color: '#FBC614'

red 251 ◦ green 198 ◦ blue 20

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

Shades of Moon Yellow #FBC614

Tints of Moon Yellow #FBC614

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.22%

 BLUE value IS 20 (8.2% from 255) = 4.26%

R = 53.52%
G = 42.22%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FBC614 (or 0xFBC614) is known color: Moon Yellow. HEX triplet: FB, C6 and 14. RGB value is (251,198,20). Sum of RGB (Red+Green+Blue) = 251+198+20=469 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.52% from 469); Green value is 198 (77.73% from 255 or 42.22% from 469); Blue value is 20 (8.20% from 255 or 4.26% from 469); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC614 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC614 is #0439EB. Grayscale: #C2C2C2. Windows color (decimal): -276972 or 1361659. OLE color: 1361659.

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

Color convert

RGB 251 198 20 -
CMYK 0 0.21 0.92 0.02
HSL 46.23º 0.97% 0.53% -
HSV(B) 46.23º 0.92% 0.98% -
XYZ 60.1 60.95 9.26 -
YUV 193.56 30.06 168.97 -
System Red Green Blue C M Y K H S L
Decimal 251 198 20 0 0.21 0.92 0.02 46.23 0.97 0.53
Hex FB C6 14 0 15 5C 2 2E 61 35
Octal 373 306 24 0 25 134 2 56 141 65
Binary 11111011 11000110 10100 0 10101 1011100 10 101110 1100001 110101

Color Harmonies of #FBC614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC614

Black with #FBC614

Text Example


Text Example

White with #FBC614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC614; }

 p { color: rgb(251,198,20); }

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

background-color css

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

 a { background-color: rgb(251,198,20); }

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

border-color css

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

 span { border-color: rgb(251,198,20); }

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