Html Css Color HEX #F9A30D Dark Tangerine

📋 copy color: '#F9A30D'

red 249 ◦ green 163 ◦ blue 13

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

Shades of Dark Tangerine #F9A30D

Tints of Dark Tangerine #F9A30D

RGB

 RED value IS 249 (97.66% from 255) = 58.59%

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

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

R = 58.59%
G = 38.35%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9A30D (or 0xF9A30D) is known color: Dark Tangerine. HEX triplet: F9, A3 and 0D. RGB value is (249,163,13). Sum of RGB (Red+Green+Blue) = 249+163+13=425 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.59% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 13 (5.47% from 255 or 3.06% from 425); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A30D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9A30D is #065CF2. Grayscale: #ACACAC. Windows color (decimal): -417011 or 893945. OLE color: 893945.

HSL color Cylindrical-coordinate representation of color #F9A30D: hue angle of 38.14º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F9A30D is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 163 13 -
CMYK 0 0.35 0.95 0.02
HSL 38.14º 0.95% 0.51% -
HSV(B) 38.14º 0.95% 0.98% -
XYZ 52.24 46.36 6.58 -
YUV 171.61 38.49 183.2 -
System Red Green Blue C M Y K H S L
Decimal 249 163 13 0 0.35 0.95 0.02 38.14 0.95 0.51
Hex F9 A3 D 0 23 5F 2 26 5F 33
Octal 371 243 15 0 43 137 2 46 137 63
Binary 11111001 10100011 1101 0 100011 1011111 10 100110 1011111 110011

Color Harmonies of #F9A30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A30D

Black with #F9A30D

Text Example


Text Example

White with #F9A30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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