Html Css Color HEX #F7BA01 Selective Yellow

📋 copy color: '#F7BA01'

red 247 ◦ green 186 ◦ blue 1

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

Shades of Selective Yellow #F7BA01

Tints of Selective Yellow #F7BA01

RGB

 RED value IS 247 (96.88% from 255) = 56.91%

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

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 56.91%
G = 42.86%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F7BA01 (or 0xF7BA01) is known color: Selective Yellow. HEX triplet: F7, BA and 01. RGB value is (247,186,1). Sum of RGB (Red+Green+Blue) = 247+186+1=434 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.91% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 1 (0.78% from 255 or 0.23% from 434); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BA01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7BA01 is #0845FE. Grayscale: #B7B7B7. Windows color (decimal): -542207 or 113399. OLE color: 113399.

HSL color Cylindrical-coordinate representation of color #F7BA01: hue angle of 45.12º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F7BA01 is Cyan = 0, Magento = 0.25, Yellow = 1.00 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 186 1 -
CMYK 0 0.25 1.00 0.03
HSL 45.12º 0.99% 0.49% -
HSV(B) 45.12º 1% 0.97% -
XYZ 55.92 54.89 7.68 -
YUV 183.15 25.21 173.54 -
System Red Green Blue C M Y K H S L
Decimal 247 186 1 0 0.25 1.00 0.03 45.12 0.99 0.49
Hex F7 BA 1 0 19 64 3 2D 63 31
Octal 367 272 1 0 31 144 3 55 143 61
Binary 11110111 10111010 1 0 11001 1100100 11 101101 1100011 110001

Color Harmonies of #F7BA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BA01

Black with #F7BA01

Text Example


Text Example

White with #F7BA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BA01; }

 p { color: rgb(247,186,1); }

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

background-color css

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

 a { background-color: rgb(247,186,1); }

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

border-color css

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

 span { border-color: rgb(247,186,1); }

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