Html Css Color HEX #F8A30F Dark Tangerine

📋 copy color: '#F8A30F'

red 248 ◦ green 163 ◦ blue 15

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

Shades of Dark Tangerine #F8A30F

Tints of Dark Tangerine #F8A30F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.52%

R = 58.22%
G = 38.26%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F8A30F (or 0xF8A30F) is known color: Dark Tangerine. HEX triplet: F8, A3 and 0F. RGB value is (248,163,15). Sum of RGB (Red+Green+Blue) = 248+163+15=426 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.22% from 426); Green value is 163 (64.06% from 255 or 38.26% from 426); Blue value is 15 (6.25% from 255 or 3.52% from 426); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A30F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8A30F is #075CF0. Grayscale: #ACACAC. Windows color (decimal): -482545 or 1025016. OLE color: 1025016.

HSL color Cylindrical-coordinate representation of color #F8A30F: hue angle of 38.11º 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 #F8A30F is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 163 15 -
CMYK 0 0.34 0.94 0.03
HSL 38.11º 0.94% 0.52% -
HSV(B) 38.11º 0.94% 0.97% -
XYZ 51.89 46.19 6.63 -
YUV 171.54 39.66 182.53 -
System Red Green Blue C M Y K H S L
Decimal 248 163 15 0 0.34 0.94 0.03 38.11 0.94 0.52
Hex F8 A3 F 0 22 5E 3 26 5E 34
Octal 370 243 17 0 42 136 3 46 136 64
Binary 11111000 10100011 1111 0 100010 1011110 11 100110 1011110 110100

Color Harmonies of #F8A30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A30F

Black with #F8A30F

Text Example


Text Example

White with #F8A30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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