Html Css Color HEX #F28200 Tangerine

📋 copy color: '#F28200'

red 242 ◦ green 130 ◦ blue 0

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

Shades of Tangerine #F28200

Tints of Tangerine #F28200

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.95%

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

R = 65.05%
G = 34.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F28200 (or 0xF28200) is known color: Tangerine. HEX triplet: F2, 82 and 00. RGB value is (242,130,0). Sum of RGB (Red+Green+Blue) = 242+130+0=372 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.05% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 0 (0.39% from 255 or 0% from 372); Max value from RGB is 242 - color contains mainly: red. Hex color #F28200 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28200 is #0D7DFF. Grayscale: #959595. Windows color (decimal): -884224 or 33522. OLE color: 33522.

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

Color convert

RGB 242 130 0 -
CMYK 0 0.46 1 0.05
HSL 32.23º 1% 0.47% -
HSV(B) 32.23º 1% 0.95% -
XYZ 44.6 34.84 4.37 -
YUV 148.67 44.11 194.57 -
System Red Green Blue C M Y K H S L
Decimal 242 130 0 0 0.46 1 0.05 32.23 1 0.47
Hex F2 82 0 0 2E 64 5 20 64 2F
Octal 362 202 0 0 56 144 5 40 144 57
Binary 11110010 10000010 0 0 101110 1100100 101 100000 1100100 101111

Color Harmonies of #F28200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28200

Black with #F28200

Text Example


Text Example

White with #F28200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28200; }

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

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

background-color css

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

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

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

border-color css

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

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

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