Html Css Color HEX #F9AF1A Dark Tangerine

📋 copy color: '#F9AF1A'

red 249 ◦ green 175 ◦ blue 26

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

Shades of Dark Tangerine #F9AF1A

Tints of Dark Tangerine #F9AF1A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.89%

 BLUE value IS 26 (10.55% from 255) = 5.78%

R = 55.33%
G = 38.89%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F9AF1A (or 0xF9AF1A) is known color: Dark Tangerine. HEX triplet: F9, AF and 1A. RGB value is (249,175,26). Sum of RGB (Red+Green+Blue) = 249+175+26=450 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.33% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 26 (10.55% from 255 or 5.78% from 450); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AF1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9AF1A is #0650E5. Grayscale: #B4B4B4. Windows color (decimal): -413926 or 1748985. OLE color: 1748985.

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

Color convert

RGB 249 175 26 -
CMYK 0 0.30 0.90 0.02
HSL 40.09º 0.95% 0.54% -
HSV(B) 40.09º 0.9% 0.98% -
XYZ 54.58 50.87 7.92 -
YUV 180.14 41.02 177.12 -
System Red Green Blue C M Y K H S L
Decimal 249 175 26 0 0.30 0.90 0.02 40.09 0.95 0.54
Hex F9 AF 1A 0 1E 5A 2 28 5F 36
Octal 371 257 32 0 36 132 2 50 137 66
Binary 11111001 10101111 11010 0 11110 1011010 10 101000 1011111 110110

Color Harmonies of #F9AF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AF1A

Black with #F9AF1A

Text Example


Text Example

White with #F9AF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AF1A; }

 p { color: rgb(249,175,26); }

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

background-color css

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

 a { background-color: rgb(249,175,26); }

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

border-color css

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

 span { border-color: rgb(249,175,26); }

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