Html Css Color HEX #F8B010 Dark Tangerine

📋 copy color: '#F8B010'

red 248 ◦ green 176 ◦ blue 16

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

Shades of Dark Tangerine #F8B010

Tints of Dark Tangerine #F8B010

RGB

 RED value IS 248 (97.27% from 255) = 56.36%

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

 BLUE value IS 16 (6.64% from 255) = 3.64%

R = 56.36%
G = 40%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F8B010 (or 0xF8B010) is known color: Dark Tangerine. HEX triplet: F8, B0 and 10. RGB value is (248,176,16). Sum of RGB (Red+Green+Blue) = 248+176+16=440 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.36% from 440); Green value is 176 (69.14% from 255 or 40% from 440); Blue value is 16 (6.64% from 255 or 3.64% from 440); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B010 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8B010 is #074FEF. Grayscale: #B3B3B3. Windows color (decimal): -479216 or 1093880. OLE color: 1093880.

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

Color convert

RGB 248 176 16 -
CMYK 0 0.29 0.94 0.03
HSL 41.38º 0.94% 0.52% -
HSV(B) 41.38º 0.94% 0.97% -
XYZ 54.33 51.04 7.48 -
YUV 179.29 35.85 177.01 -
System Red Green Blue C M Y K H S L
Decimal 248 176 16 0 0.29 0.94 0.03 41.38 0.94 0.52
Hex F8 B0 10 0 1D 5E 3 29 5E 34
Octal 370 260 20 0 35 136 3 51 136 64
Binary 11111000 10110000 10000 0 11101 1011110 11 101001 1011110 110100

Color Harmonies of #F8B010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B010

Black with #F8B010

Text Example


Text Example

White with #F8B010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B010; }

 p { color: rgb(248,176,16); }

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

background-color css

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

 a { background-color: rgb(248,176,16); }

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

border-color css

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

 span { border-color: rgb(248,176,16); }

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