Html Css Color HEX #F7B70F Selective Yellow

📋 copy color: '#F7B70F'

red 247 ◦ green 183 ◦ blue 15

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

Shades of Selective Yellow #F7B70F

Tints of Selective Yellow #F7B70F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.12%

 BLUE value IS 15 (6.25% from 255) = 3.37%

R = 55.51%
G = 41.12%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F7B70F (or 0xF7B70F) is known color: Selective Yellow. HEX triplet: F7, B7 and 0F. RGB value is (247,183,15). Sum of RGB (Red+Green+Blue) = 247+183+15=445 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.51% from 445); Green value is 183 (71.88% from 255 or 41.12% from 445); Blue value is 15 (6.25% from 255 or 3.37% from 445); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B70F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7B70F is #0848F0. Grayscale: #B7B7B7. Windows color (decimal): -542961 or 1030135. OLE color: 1030135.

HSL color Cylindrical-coordinate representation of color #F7B70F: hue angle of 43.45º 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 #F7B70F is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 183 15 -
CMYK 0 0.26 0.94 0.03
HSL 43.45º 0.94% 0.51% -
HSV(B) 43.45º 0.94% 0.97% -
XYZ 55.38 53.68 7.89 -
YUV 182.98 33.2 173.66 -
System Red Green Blue C M Y K H S L
Decimal 247 183 15 0 0.26 0.94 0.03 43.45 0.94 0.51
Hex F7 B7 F 0 1A 5E 3 2B 5E 33
Octal 367 267 17 0 32 136 3 53 136 63
Binary 11110111 10110111 1111 0 11010 1011110 11 101011 1011110 110011

Color Harmonies of #F7B70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B70F

Black with #F7B70F

Text Example


Text Example

White with #F7B70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B70F; }

 p { color: rgb(247,183,15); }

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

background-color css

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

 a { background-color: rgb(247,183,15); }

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

border-color css

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

 span { border-color: rgb(247,183,15); }

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