Html Css Color HEX #F6BA10 Selective Yellow

📋 copy color: '#F6BA10'

red 246 ◦ green 186 ◦ blue 16

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

Shades of Selective Yellow #F6BA10

Tints of Selective Yellow #F6BA10

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.52%

 BLUE value IS 16 (6.64% from 255) = 3.57%

R = 54.91%
G = 41.52%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F6BA10 (or 0xF6BA10) is known color: Selective Yellow. HEX triplet: F6, BA and 10. RGB value is (246,186,16). Sum of RGB (Red+Green+Blue) = 246+186+16=448 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.91% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 16 (6.64% from 255 or 3.57% from 448); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BA10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6BA10 is #0945EF. Grayscale: #B9B9B9. Windows color (decimal): -607728 or 1096438. OLE color: 1096438.

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

Color convert

RGB 246 186 16 -
CMYK 0 0.24 0.93 0.04
HSL 44.35º 0.93% 0.51% -
HSV(B) 44.35º 0.93% 0.96% -
XYZ 55.66 54.75 8.12 -
YUV 184.56 32.88 171.82 -
System Red Green Blue C M Y K H S L
Decimal 246 186 16 0 0.24 0.93 0.04 44.35 0.93 0.51
Hex F6 BA 10 0 18 5D 4 2C 5D 33
Octal 366 272 20 0 30 135 4 54 135 63
Binary 11110110 10111010 10000 0 11000 1011101 100 101100 1011101 110011

Color Harmonies of #F6BA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BA10

Black with #F6BA10

Text Example


Text Example

White with #F6BA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BA10; }

 p { color: rgb(246,186,16); }

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

background-color css

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

 a { background-color: rgb(246,186,16); }

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

border-color css

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

 span { border-color: rgb(246,186,16); }

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