Html Css Color HEX #F7B220 Dark Tangerine

📋 copy color: '#F7B220'

red 247 ◦ green 178 ◦ blue 32

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

Shades of Dark Tangerine #F7B220

Tints of Dark Tangerine #F7B220

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.95%

 BLUE value IS 32 (12.89% from 255) = 7%

R = 54.05%
G = 38.95%
B = 7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F7B220 (or 0xF7B220) is known color: Dark Tangerine. HEX triplet: F7, B2 and 20. RGB value is (247,178,32). Sum of RGB (Red+Green+Blue) = 247+178+32=457 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.05% from 457); Green value is 178 (69.92% from 255 or 38.95% from 457); Blue value is 32 (12.89% from 255 or 7.00% from 457); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B220 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7B220 is #084DDF. Grayscale: #B6B6B6. Windows color (decimal): -544224 or 2142967. OLE color: 2142967.

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

Color convert

RGB 247 178 32 -
CMYK 0 0.28 0.87 0.03
HSL 40.74º 0.93% 0.55% -
HSV(B) 40.74º 0.87% 0.97% -
XYZ 54.54 51.72 8.47 -
YUV 181.99 43.36 174.37 -
System Red Green Blue C M Y K H S L
Decimal 247 178 32 0 0.28 0.87 0.03 40.74 0.93 0.55
Hex F7 B2 20 0 1C 57 3 29 5D 37
Octal 367 262 40 0 34 127 3 51 135 67
Binary 11110111 10110010 100000 0 11100 1010111 11 101001 1011101 110111

Color Harmonies of #F7B220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B220

Black with #F7B220

Text Example


Text Example

White with #F7B220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B220; }

 p { color: rgb(247,178,32); }

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

background-color css

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

 a { background-color: rgb(247,178,32); }

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

border-color css

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

 span { border-color: rgb(247,178,32); }

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