Html Css Color HEX #FBC714 Moon Yellow

📋 copy color: '#FBC714'

red 251 ◦ green 199 ◦ blue 20

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

Shades of Moon Yellow #FBC714

Tints of Moon Yellow #FBC714

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.34%

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

R = 53.4%
G = 42.34%
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

#FBC714 (or 0xFBC714) is known color: Moon Yellow. HEX triplet: FB, C7 and 14. RGB value is (251,199,20). Sum of RGB (Red+Green+Blue) = 251+199+20=470 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.40% from 470); Green value is 199 (78.12% from 255 or 42.34% from 470); Blue value is 20 (8.20% from 255 or 4.26% from 470); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC714 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC714 is #0438EB. Grayscale: #C2C2C2. Windows color (decimal): -276716 or 1361915. OLE color: 1361915.

HSL color Cylindrical-coordinate representation of color #FBC714: hue angle of 46.49º 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 #FBC714 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 199 20 -
CMYK 0 0.21 0.92 0.02
HSL 46.49º 0.97% 0.53% -
HSV(B) 46.49º 0.92% 0.98% -
XYZ 60.33 61.41 9.33 -
YUV 194.14 29.73 168.55 -
System Red Green Blue C M Y K H S L
Decimal 251 199 20 0 0.21 0.92 0.02 46.49 0.97 0.53
Hex FB C7 14 0 15 5C 2 2E 61 35
Octal 373 307 24 0 25 134 2 56 141 65
Binary 11111011 11000111 10100 0 10101 1011100 10 101110 1100001 110101

Color Harmonies of #FBC714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC714

Black with #FBC714

Text Example


Text Example

White with #FBC714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC714; }

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

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

background-color css

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

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

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

border-color css

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

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

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