Html Css Color HEX #F6BD14 Moon Yellow

📋 copy color: '#F6BD14'

red 246 ◦ green 189 ◦ blue 20

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

Shades of Moon Yellow #F6BD14

Tints of Moon Yellow #F6BD14

RGB

 RED value IS 246 (96.48% from 255) = 54.07%

 GREEN value IS 189 (74.22% from 255) = 41.54%

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

R = 54.07%
G = 41.54%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F6BD14 (or 0xF6BD14) is known color: Moon Yellow. HEX triplet: F6, BD and 14. RGB value is (246,189,20). Sum of RGB (Red+Green+Blue) = 246+189+20=455 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.07% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 20 (8.20% from 255 or 4.40% from 455); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BD14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6BD14 is #0942EB. Grayscale: #BBBBBB. Windows color (decimal): -606956 or 1359350. OLE color: 1359350.

HSL color Cylindrical-coordinate representation of color #F6BD14: hue angle of 44.87º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F6BD14 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 189 20 -
CMYK 0 0.23 0.92 0.04
HSL 44.87º 0.93% 0.52% -
HSV(B) 44.87º 0.92% 0.96% -
XYZ 56.33 56.04 8.51 -
YUV 186.78 33.88 170.24 -
System Red Green Blue C M Y K H S L
Decimal 246 189 20 0 0.23 0.92 0.04 44.87 0.93 0.52
Hex F6 BD 14 0 17 5C 4 2D 5D 34
Octal 366 275 24 0 27 134 4 55 135 64
Binary 11110110 10111101 10100 0 10111 1011100 100 101101 1011101 110100

Color Harmonies of #F6BD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BD14

Black with #F6BD14

Text Example


Text Example

White with #F6BD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BD14; }

 p { color: rgb(246,189,20); }

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

background-color css

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

 a { background-color: rgb(246,189,20); }

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

border-color css

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

 span { border-color: rgb(246,189,20); }

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