Html Css Color HEX #F28500 Tangerine

📋 copy color: '#F28500'

red 242 ◦ green 133 ◦ blue 0

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

Shades of Tangerine #F28500

Tints of Tangerine #F28500

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.47%

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

R = 64.53%
G = 35.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F28500 (or 0xF28500) is known color: Tangerine. HEX triplet: F2, 85 and 00. RGB value is (242,133,0). Sum of RGB (Red+Green+Blue) = 242+133+0=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 0 (0.39% from 255 or 0% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F28500 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28500 is #0D7AFF. Grayscale: #979797. Windows color (decimal): -883456 or 34290. OLE color: 34290.

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

Color convert

RGB 242 133 0 -
CMYK 0 0.45 1 0.05
HSL 32.98º 1% 0.47% -
HSV(B) 32.98º 1% 0.95% -
XYZ 45.01 35.65 4.51 -
YUV 150.43 43.11 193.31 -
System Red Green Blue C M Y K H S L
Decimal 242 133 0 0 0.45 1 0.05 32.98 1 0.47
Hex F2 85 0 0 2D 64 5 21 64 2F
Octal 362 205 0 0 55 144 5 41 144 57
Binary 11110010 10000101 0 0 101101 1100100 101 100001 1100100 101111

Color Harmonies of #F28500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28500

Black with #F28500

Text Example


Text Example

White with #F28500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28500; }

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

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

background-color css

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

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

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

border-color css

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

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

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