Html Css Color HEX #F28E00 Tangerine

📋 copy color: '#F28E00'

red 242 ◦ green 142 ◦ blue 0

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

Shades of Tangerine #F28E00

Tints of Tangerine #F28E00

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.98%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.02%
G = 36.98%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F28E00 (or 0xF28E00) is known color: Tangerine. HEX triplet: F2, 8E and 00. RGB value is (242,142,0). Sum of RGB (Red+Green+Blue) = 242+142+0=384 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.02% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 0 (0.39% from 255 or 0% from 384); Max value from RGB is 242 - color contains mainly: red. Hex color #F28E00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28E00 is #0D71FF. Grayscale: #9C9C9C. Windows color (decimal): -881152 or 36594. OLE color: 36594.

HSL color Cylindrical-coordinate representation of color #F28E00: hue angle of 35.21º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F28E00 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 142 0 -
CMYK 0 0.41 1 0.05
HSL 35.21º 1% 0.47% -
HSV(B) 35.21º 1% 0.95% -
XYZ 46.29 38.22 4.94 -
YUV 155.71 40.13 189.55 -
System Red Green Blue C M Y K H S L
Decimal 242 142 0 0 0.41 1 0.05 35.21 1 0.47
Hex F2 8E 0 0 29 64 5 23 64 2F
Octal 362 216 0 0 51 144 5 43 144 57
Binary 11110010 10001110 0 0 101001 1100100 101 100011 1100100 101111

Color Harmonies of #F28E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28E00

Black with #F28E00

Text Example


Text Example

White with #F28E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28E00; }

 p { color: rgb(242,142,0); }

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

background-color css

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

 a { background-color: rgb(242,142,0); }

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

border-color css

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

 span { border-color: rgb(242,142,0); }

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