Html Css Color HEX #F28505 Tangerine

📋 copy color: '#F28505'

red 242 ◦ green 133 ◦ blue 5

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

Shades of Tangerine #F28505

Tints of Tangerine #F28505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.32%

R = 63.68%
G = 35%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F28505 (or 0xF28505) is known color: Tangerine. HEX triplet: F2, 85 and 05. RGB value is (242,133,5). Sum of RGB (Red+Green+Blue) = 242+133+5=380 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.68% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 5 (2.34% from 255 or 1.32% from 380); Max value from RGB is 242 - color contains mainly: red. Hex color #F28505 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28505 is #0D7AFA. Grayscale: #979797. Windows color (decimal): -883451 or 361970. OLE color: 361970.

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

Color convert

RGB 242 133 5 -
CMYK 0 0.45 0.98 0.05
HSL 32.41º 0.96% 0.48% -
HSV(B) 32.41º 0.98% 0.95% -
XYZ 45.03 35.66 4.65 -
YUV 151 45.61 192.91 -
System Red Green Blue C M Y K H S L
Decimal 242 133 5 0 0.45 0.98 0.05 32.41 0.96 0.48
Hex F2 85 5 0 2D 62 5 20 60 30
Octal 362 205 5 0 55 142 5 40 140 60
Binary 11110010 10000101 101 0 101101 1100010 101 100000 1100000 110000

Color Harmonies of #F28505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28505

Black with #F28505

Text Example


Text Example

White with #F28505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28505; }

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

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

background-color css

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

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

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

border-color css

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

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

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