Html Css Color HEX #F28305 Tangerine

📋 copy color: '#F28305'

red 242 ◦ green 131 ◦ blue 5

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

Shades of Tangerine #F28305

Tints of Tangerine #F28305

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.66%

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

R = 64.02%
G = 34.66%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F28305 (or 0xF28305) is known color: Tangerine. HEX triplet: F2, 83 and 05. RGB value is (242,131,5). Sum of RGB (Red+Green+Blue) = 242+131+5=378 (50% of max value = 765). Red value is 242 (94.92% from 255 or 64.02% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 5 (2.34% from 255 or 1.32% from 378); Max value from RGB is 242 - color contains mainly: red. Hex color #F28305 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28305 is #0D7CFA. Grayscale: #969696. Windows color (decimal): -883963 or 361458. OLE color: 361458.

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

Color convert

RGB 242 131 5 -
CMYK 0 0.46 0.98 0.05
HSL 31.9º 0.96% 0.48% -
HSV(B) 31.9º 0.98% 0.95% -
XYZ 44.76 35.12 4.56 -
YUV 149.83 46.27 193.75 -
System Red Green Blue C M Y K H S L
Decimal 242 131 5 0 0.46 0.98 0.05 31.9 0.96 0.48
Hex F2 83 5 0 2E 62 5 20 60 30
Octal 362 203 5 0 56 142 5 40 140 60
Binary 11110010 10000011 101 0 101110 1100010 101 100000 1100000 110000

Color Harmonies of #F28305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28305

Black with #F28305

Text Example


Text Example

White with #F28305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28305; }

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

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

background-color css

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

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

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

border-color css

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

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

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