Html Css Color HEX #F9AF1B Dark Tangerine

📋 copy color: '#F9AF1B'

red 249 ◦ green 175 ◦ blue 27

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

Shades of Dark Tangerine #F9AF1B

Tints of Dark Tangerine #F9AF1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.99%

R = 55.21%
G = 38.8%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#F9AF1B (or 0xF9AF1B) is known color: Dark Tangerine. HEX triplet: F9, AF and 1B. RGB value is (249,175,27). Sum of RGB (Red+Green+Blue) = 249+175+27=451 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.21% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 27 (10.94% from 255 or 5.99% from 451); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AF1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9AF1B is #0650E4. Grayscale: #B4B4B4. Windows color (decimal): -413925 or 1814521. OLE color: 1814521.

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

Color convert

RGB 249 175 27 -
CMYK 0 0.30 0.89 0.02
HSL 40º 0.95% 0.54% -
HSV(B) 40º 0.89% 0.98% -
XYZ 54.59 50.88 7.98 -
YUV 180.25 41.52 177.03 -
System Red Green Blue C M Y K H S L
Decimal 249 175 27 0 0.30 0.89 0.02 40 0.95 0.54
Hex F9 AF 1B 0 1E 59 2 28 5F 36
Octal 371 257 33 0 36 131 2 50 137 66
Binary 11111001 10101111 11011 0 11110 1011001 10 101000 1011111 110110

Color Harmonies of #F9AF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AF1B

Black with #F9AF1B

Text Example


Text Example

White with #F9AF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AF1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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