Html Css Color HEX #F7BA0E Selective Yellow

📋 copy color: '#F7BA0E'

red 247 ◦ green 186 ◦ blue 14

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

Shades of Selective Yellow #F7BA0E

Tints of Selective Yellow #F7BA0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.13%

R = 55.26%
G = 41.61%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F7BA0E (or 0xF7BA0E) is known color: Selective Yellow. HEX triplet: F7, BA and 0E. RGB value is (247,186,14). Sum of RGB (Red+Green+Blue) = 247+186+14=447 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.26% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 14 (5.86% from 255 or 3.13% from 447); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BA0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7BA0E is #0845F1. Grayscale: #B9B9B9. Windows color (decimal): -542194 or 965367. OLE color: 965367.

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

Color convert

RGB 247 186 14 -
CMYK 0 0.25 0.94 0.03
HSL 44.29º 0.94% 0.51% -
HSV(B) 44.29º 0.94% 0.97% -
XYZ 56 54.92 8.07 -
YUV 184.63 31.71 172.49 -
System Red Green Blue C M Y K H S L
Decimal 247 186 14 0 0.25 0.94 0.03 44.29 0.94 0.51
Hex F7 BA E 0 19 5E 3 2C 5E 33
Octal 367 272 16 0 31 136 3 54 136 63
Binary 11110111 10111010 1110 0 11001 1011110 11 101100 1011110 110011

Color Harmonies of #F7BA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BA0E

Black with #F7BA0E

Text Example


Text Example

White with #F7BA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BA0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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