Html Css Color HEX #F0900D Tangerine

📋 copy color: '#F0900D'

red 240 ◦ green 144 ◦ blue 13

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

Shades of Tangerine #F0900D

Tints of Tangerine #F0900D

RGB

 RED value IS 240 (94.14% from 255) = 60.45%

 GREEN value IS 144 (56.64% from 255) = 36.27%

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

R = 60.45%
G = 36.27%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0900D (or 0xF0900D) is known color: Tangerine. HEX triplet: F0, 90 and 0D. RGB value is (240,144,13). Sum of RGB (Red+Green+Blue) = 240+144+13=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 13 (5.47% from 255 or 3.27% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F0900D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0900D is #0F6FF2. Grayscale: #9E9E9E. Windows color (decimal): -1011699 or 889072. OLE color: 889072.

HSL color Cylindrical-coordinate representation of color #F0900D: hue angle of 34.63º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0900D is Cyan = 0, Magento = 0.4, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 144 13 -
CMYK 0 0.4 0.95 0.06
HSL 34.63º 0.9% 0.5% -
HSV(B) 34.63º 0.95% 0.94% -
XYZ 45.98 38.5 5.39 -
YUV 157.77 46.3 186.65 -
System Red Green Blue C M Y K H S L
Decimal 240 144 13 0 0.4 0.95 0.06 34.63 0.9 0.5
Hex F0 90 D 0 28 5F 6 23 5A 32
Octal 360 220 15 0 50 137 6 43 132 62
Binary 11110000 10010000 1101 0 101000 1011111 110 100011 1011010 110010

Color Harmonies of #F0900D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0900D

Black with #F0900D

Text Example


Text Example

White with #F0900D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0900D; }

 p { color: rgb(240,144,13); }

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

background-color css

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

 a { background-color: rgb(240,144,13); }

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

border-color css

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

 span { border-color: rgb(240,144,13); }

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