Html Css Color HEX #F6BA00 Selective Yellow

📋 copy color: '#F6BA00'

red 246 ◦ green 186 ◦ blue 0

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

Shades of Selective Yellow #F6BA00

Tints of Selective Yellow #F6BA00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.94%
G = 43.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F6BA00 (or 0xF6BA00) is known color: Selective Yellow. HEX triplet: F6, BA and 00. RGB value is (246,186,0). Sum of RGB (Red+Green+Blue) = 246+186+0=432 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.94% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 0 (0.39% from 255 or 0% from 432); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BA00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6BA00 is #0945FF. Grayscale: #B7B7B7. Windows color (decimal): -607744 or 47862. OLE color: 47862.

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

Color convert

RGB 246 186 0 -
CMYK 0 0.24 1 0.04
HSL 45.37º 1% 0.48% -
HSV(B) 45.37º 1% 0.96% -
XYZ 55.56 54.71 7.63 -
YUV 182.74 24.88 173.12 -
System Red Green Blue C M Y K H S L
Decimal 246 186 0 0 0.24 1 0.04 45.37 1 0.48
Hex F6 BA 0 0 18 64 4 2D 64 30
Octal 366 272 0 0 30 144 4 55 144 60
Binary 11110110 10111010 0 0 11000 1100100 100 101101 1100100 110000

Color Harmonies of #F6BA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BA00

Black with #F6BA00

Text Example


Text Example

White with #F6BA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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