Html Css Color HEX #F5BA10 Selective Yellow

📋 copy color: '#F5BA10'

red 245 ◦ green 186 ◦ blue 16

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

Shades of Selective Yellow #F5BA10

Tints of Selective Yellow #F5BA10

RGB

 RED value IS 245 (96.09% from 255) = 54.81%

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

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

R = 54.81%
G = 41.61%
B = 3.58%

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

#F5BA10 (or 0xF5BA10) is known color: Selective Yellow. HEX triplet: F5, BA and 10. RGB value is (245,186,16). Sum of RGB (Red+Green+Blue) = 245+186+16=447 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.81% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 16 (6.64% from 255 or 3.58% from 447); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BA10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5BA10 is #0A45EF. Grayscale: #B9B9B9. Windows color (decimal): -673264 or 1096437. OLE color: 1096437.

HSL color Cylindrical-coordinate representation of color #F5BA10: hue angle of 44.54º degrees, saturation: 0.92, 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 #F5BA10 is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 186 16 -
CMYK 0 0.24 0.93 0.04
HSL 44.54º 0.92% 0.51% -
HSV(B) 44.54º 0.93% 0.96% -
XYZ 55.31 54.57 8.11 -
YUV 184.26 33.05 171.32 -
System Red Green Blue C M Y K H S L
Decimal 245 186 16 0 0.24 0.93 0.04 44.54 0.92 0.51
Hex F5 BA 10 0 18 5D 4 2D 5C 33
Octal 365 272 20 0 30 135 4 55 134 63
Binary 11110101 10111010 10000 0 11000 1011101 100 101101 1011100 110011

Color Harmonies of #F5BA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BA10

Black with #F5BA10

Text Example


Text Example

White with #F5BA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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