Html Css Color HEX #F28105 Tangerine

📋 copy color: '#F28105'

red 242 ◦ green 129 ◦ blue 5

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

Shades of Tangerine #F28105

Tints of Tangerine #F28105

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.31%

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

R = 64.36%
G = 34.31%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F28105 (or 0xF28105) is known color: Tangerine. HEX triplet: F2, 81 and 05. RGB value is (242,129,5). Sum of RGB (Red+Green+Blue) = 242+129+5=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 5 (2.34% from 255 or 1.33% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F28105 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28105 is #0D7EFA. Grayscale: #959595. Windows color (decimal): -884475 or 360946. OLE color: 360946.

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

Color convert

RGB 242 129 5 -
CMYK 0 0.47 0.98 0.05
HSL 31.39º 0.96% 0.48% -
HSV(B) 31.39º 0.98% 0.95% -
XYZ 44.5 34.59 4.47 -
YUV 148.65 46.94 194.58 -
System Red Green Blue C M Y K H S L
Decimal 242 129 5 0 0.47 0.98 0.05 31.39 0.96 0.48
Hex F2 81 5 0 2F 62 5 1F 60 30
Octal 362 201 5 0 57 142 5 37 140 60
Binary 11110010 10000001 101 0 101111 1100010 101 11111 1100000 110000

Color Harmonies of #F28105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28105

Black with #F28105

Text Example


Text Example

White with #F28105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28105; }

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

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

background-color css

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

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

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

border-color css

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

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

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