Html Css Color HEX #F7B015 Dark Tangerine

📋 copy color: '#F7B015'

red 247 ◦ green 176 ◦ blue 21

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

Shades of Dark Tangerine #F7B015

Tints of Dark Tangerine #F7B015

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.64%

 BLUE value IS 21 (8.59% from 255) = 4.73%

R = 55.63%
G = 39.64%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F7B015 (or 0xF7B015) is known color: Dark Tangerine. HEX triplet: F7, B0 and 15. RGB value is (247,176,21). Sum of RGB (Red+Green+Blue) = 247+176+21=444 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.63% from 444); Green value is 176 (69.14% from 255 or 39.64% from 444); Blue value is 21 (8.59% from 255 or 4.73% from 444); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B015 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7B015 is #084FEA. Grayscale: #B4B4B4. Windows color (decimal): -544747 or 1421559. OLE color: 1421559.

HSL color Cylindrical-coordinate representation of color #F7B015: hue angle of 41.15º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F7B015 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 176 21 -
CMYK 0 0.29 0.91 0.03
HSL 41.15º 0.93% 0.53% -
HSV(B) 41.15º 0.91% 0.97% -
XYZ 54.02 50.88 7.68 -
YUV 179.56 38.52 176.1 -
System Red Green Blue C M Y K H S L
Decimal 247 176 21 0 0.29 0.91 0.03 41.15 0.93 0.53
Hex F7 B0 15 0 1D 5B 3 29 5D 35
Octal 367 260 25 0 35 133 3 51 135 65
Binary 11110111 10110000 10101 0 11101 1011011 11 101001 1011101 110101

Color Harmonies of #F7B015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B015

Black with #F7B015

Text Example


Text Example

White with #F7B015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B015; }

 p { color: rgb(247,176,21); }

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

background-color css

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

 a { background-color: rgb(247,176,21); }

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

border-color css

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

 span { border-color: rgb(247,176,21); }

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