Html Css Color HEX #F8A30D Dark Tangerine

📋 copy color: '#F8A30D'

red 248 ◦ green 163 ◦ blue 13

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

Shades of Dark Tangerine #F8A30D

Tints of Dark Tangerine #F8A30D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.44%

 BLUE value IS 13 (5.47% from 255) = 3.07%

R = 58.49%
G = 38.44%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F8A30D (or 0xF8A30D) is known color: Dark Tangerine. HEX triplet: F8, A3 and 0D. RGB value is (248,163,13). Sum of RGB (Red+Green+Blue) = 248+163+13=424 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.49% from 424); Green value is 163 (64.06% from 255 or 38.44% from 424); Blue value is 13 (5.47% from 255 or 3.07% from 424); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A30D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8A30D is #075CF2. Grayscale: #ACACAC. Windows color (decimal): -482547 or 893944. OLE color: 893944.

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

Color convert

RGB 248 163 13 -
CMYK 0 0.34 0.95 0.03
HSL 38.3º 0.94% 0.51% -
HSV(B) 38.3º 0.95% 0.97% -
XYZ 51.88 46.18 6.56 -
YUV 171.32 38.66 182.7 -
System Red Green Blue C M Y K H S L
Decimal 248 163 13 0 0.34 0.95 0.03 38.3 0.94 0.51
Hex F8 A3 D 0 22 5F 3 26 5E 33
Octal 370 243 15 0 42 137 3 46 136 63
Binary 11111000 10100011 1101 0 100010 1011111 11 100110 1011110 110011

Color Harmonies of #F8A30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A30D

Black with #F8A30D

Text Example


Text Example

White with #F8A30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A30D; }

 p { color: rgb(248,163,13); }

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

background-color css

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

 a { background-color: rgb(248,163,13); }

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

border-color css

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

 span { border-color: rgb(248,163,13); }

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