Html Css Color HEX #F8B413 Dark Tangerine

📋 copy color: '#F8B413'

red 248 ◦ green 180 ◦ blue 19

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

Shades of Dark Tangerine #F8B413

Tints of Dark Tangerine #F8B413

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.27%

 BLUE value IS 19 (7.81% from 255) = 4.25%

R = 55.48%
G = 40.27%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F8B413 (or 0xF8B413) is known color: Dark Tangerine. HEX triplet: F8, B4 and 13. RGB value is (248,180,19). Sum of RGB (Red+Green+Blue) = 248+180+19=447 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.48% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 19 (7.81% from 255 or 4.25% from 447); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B413 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8B413 is #074BEC. Grayscale: #B6B6B6. Windows color (decimal): -478189 or 1291512. OLE color: 1291512.

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

Color convert

RGB 248 180 19 -
CMYK 0 0.27 0.92 0.03
HSL 42.18º 0.94% 0.52% -
HSV(B) 42.18º 0.92% 0.97% -
XYZ 55.15 52.65 7.87 -
YUV 181.98 36.03 175.09 -
System Red Green Blue C M Y K H S L
Decimal 248 180 19 0 0.27 0.92 0.03 42.18 0.94 0.52
Hex F8 B4 13 0 1B 5C 3 2A 5E 34
Octal 370 264 23 0 33 134 3 52 136 64
Binary 11111000 10110100 10011 0 11011 1011100 11 101010 1011110 110100

Color Harmonies of #F8B413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B413

Black with #F8B413

Text Example


Text Example

White with #F8B413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B413; }

 p { color: rgb(248,180,19); }

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

background-color css

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

 a { background-color: rgb(248,180,19); }

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

border-color css

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

 span { border-color: rgb(248,180,19); }

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