Html Css Color HEX #F28F09 Tangerine

📋 copy color: '#F28F09'

red 242 ◦ green 143 ◦ blue 9

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

Shades of Tangerine #F28F09

Tints of Tangerine #F28F09

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.29%

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

R = 61.42%
G = 36.29%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F28F09 (or 0xF28F09) is known color: Tangerine. HEX triplet: F2, 8F and 09. RGB value is (242,143,9). Sum of RGB (Red+Green+Blue) = 242+143+9=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 9 (3.91% from 255 or 2.28% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28F09 is #0D70F6. Grayscale: #9D9D9D. Windows color (decimal): -880887 or 626674. OLE color: 626674.

HSL color Cylindrical-coordinate representation of color #F28F09: hue angle of 34.51º 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 #F28F09 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 143 9 -
CMYK 0 0.41 0.96 0.05
HSL 34.51º 0.93% 0.49% -
HSV(B) 34.51º 0.96% 0.95% -
XYZ 46.49 38.54 5.25 -
YUV 157.33 44.3 188.4 -
System Red Green Blue C M Y K H S L
Decimal 242 143 9 0 0.41 0.96 0.05 34.51 0.93 0.49
Hex F2 8F 9 0 29 60 5 23 5D 31
Octal 362 217 11 0 51 140 5 43 135 61
Binary 11110010 10001111 1001 0 101001 1100000 101 100011 1011101 110001

Color Harmonies of #F28F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28F09

Black with #F28F09

Text Example


Text Example

White with #F28F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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