Html Css Color HEX #F28409 Tangerine

📋 copy color: '#F28409'

red 242 ◦ green 132 ◦ blue 9

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

Shades of Tangerine #F28409

Tints of Tangerine #F28409

RGB

 RED value IS 242 (94.92% from 255) = 63.19%

 GREEN value IS 132 (51.95% from 255) = 34.46%

 BLUE value IS 9 (3.91% from 255) = 2.35%

R = 63.19%
G = 34.46%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F28409 (or 0xF28409) is known color: Tangerine. HEX triplet: F2, 84 and 09. RGB value is (242,132,9). Sum of RGB (Red+Green+Blue) = 242+132+9=383 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.19% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 9 (3.91% from 255 or 2.35% from 383); Max value from RGB is 242 - color contains mainly: red. Hex color #F28409 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28409 is #0D7BF6. Grayscale: #979797. Windows color (decimal): -883703 or 623858. OLE color: 623858.

HSL color Cylindrical-coordinate representation of color #F28409: hue angle of 31.67º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F28409 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 132 9 -
CMYK 0 0.45 0.96 0.05
HSL 31.67º 0.93% 0.49% -
HSV(B) 31.67º 0.96% 0.95% -
XYZ 44.92 35.4 4.72 -
YUV 150.87 47.94 193 -
System Red Green Blue C M Y K H S L
Decimal 242 132 9 0 0.45 0.96 0.05 31.67 0.93 0.49
Hex F2 84 9 0 2D 60 5 20 5D 31
Octal 362 204 11 0 55 140 5 40 135 61
Binary 11110010 10000100 1001 0 101101 1100000 101 100000 1011101 110001

Color Harmonies of #F28409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28409

Black with #F28409

Text Example


Text Example

White with #F28409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28409; }

 p { color: rgb(242,132,9); }

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

background-color css

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

 a { background-color: rgb(242,132,9); }

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

border-color css

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

 span { border-color: rgb(242,132,9); }

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