Html Css Color HEX #F7B100 Selective Yellow

📋 copy color: '#F7B100'

red 247 ◦ green 177 ◦ blue 0

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

Shades of Selective Yellow #F7B100

Tints of Selective Yellow #F7B100

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.75%

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

R = 58.25%
G = 41.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F7B100 (or 0xF7B100) is known color: Selective Yellow. HEX triplet: F7, B1 and 00. RGB value is (247,177,0). Sum of RGB (Red+Green+Blue) = 247+177+0=424 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.25% from 424); Green value is 177 (69.53% from 255 or 41.75% from 424); Blue value is 0 (0.39% from 255 or 0% from 424); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7B100 is #084EFF. Grayscale: #B2B2B2. Windows color (decimal): -544512 or 45559. OLE color: 45559.

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

Color convert

RGB 247 177 0 -
CMYK 0 0.28 1 0.03
HSL 43º 1% 0.48% -
HSV(B) 43º 1% 0.97% -
XYZ 54.08 51.22 7.04 -
YUV 177.75 27.69 177.39 -
System Red Green Blue C M Y K H S L
Decimal 247 177 0 0 0.28 1 0.03 43 1 0.48
Hex F7 B1 0 0 1C 64 3 2B 64 30
Octal 367 261 0 0 34 144 3 53 144 60
Binary 11110111 10110001 0 0 11100 1100100 11 101011 1100100 110000

Color Harmonies of #F7B100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B100

Black with #F7B100

Text Example


Text Example

White with #F7B100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B100; }

 p { color: rgb(247,177,0); }

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

background-color css

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

 a { background-color: rgb(247,177,0); }

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

border-color css

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

 span { border-color: rgb(247,177,0); }

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