Html Css Color HEX #F9850D Tangerine

📋 copy color: '#F9850D'

red 249 ◦ green 133 ◦ blue 13

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

Shades of Tangerine #F9850D

Tints of Tangerine #F9850D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.67%

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

R = 63.04%
G = 33.67%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9850D (or 0xF9850D) is known color: Tangerine. HEX triplet: F9, 85 and 0D. RGB value is (249,133,13). Sum of RGB (Red+Green+Blue) = 249+133+13=395 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.04% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 13 (5.47% from 255 or 3.29% from 395); Max value from RGB is 249 - color contains mainly: red. Hex color #F9850D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9850D is #067AF2. Grayscale: #9A9A9A. Windows color (decimal): -424691 or 886265. OLE color: 886265.

HSL color Cylindrical-coordinate representation of color #F9850D: hue angle of 30.51º 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 #F9850D is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 133 13 -
CMYK 0 0.47 0.95 0.02
HSL 30.51º 0.95% 0.51% -
HSV(B) 30.51º 0.95% 0.98% -
XYZ 47.53 36.94 5.01 -
YUV 154 48.43 195.76 -
System Red Green Blue C M Y K H S L
Decimal 249 133 13 0 0.47 0.95 0.02 30.51 0.95 0.51
Hex F9 85 D 0 2F 5F 2 1F 5F 33
Octal 371 205 15 0 57 137 2 37 137 63
Binary 11111001 10000101 1101 0 101111 1011111 10 11111 1011111 110011

Color Harmonies of #F9850D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9850D

Black with #F9850D

Text Example


Text Example

White with #F9850D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9850D; }

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

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

background-color css

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

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

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

border-color css

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

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

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