Html Css Color HEX #F28303 Tangerine

📋 copy color: '#F28303'

red 242 ◦ green 131 ◦ blue 3

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

Shades of Tangerine #F28303

Tints of Tangerine #F28303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.8%

R = 64.36%
G = 34.84%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F28303 (or 0xF28303) is known color: Tangerine. HEX triplet: F2, 83 and 03. RGB value is (242,131,3). Sum of RGB (Red+Green+Blue) = 242+131+3=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 3 (1.56% from 255 or 0.80% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F28303 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28303 is #0D7CFC. Grayscale: #969696. Windows color (decimal): -883965 or 230386. OLE color: 230386.

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

Color convert

RGB 242 131 3 -
CMYK 0 0.46 0.99 0.05
HSL 32.13º 0.98% 0.48% -
HSV(B) 32.13º 0.99% 0.95% -
XYZ 44.75 35.12 4.51 -
YUV 149.6 45.27 193.91 -
System Red Green Blue C M Y K H S L
Decimal 242 131 3 0 0.46 0.99 0.05 32.13 0.98 0.48
Hex F2 83 3 0 2E 63 5 20 62 30
Octal 362 203 3 0 56 143 5 40 142 60
Binary 11110010 10000011 11 0 101110 1100011 101 100000 1100010 110000

Color Harmonies of #F28303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28303

Black with #F28303

Text Example


Text Example

White with #F28303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28303; }

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

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

background-color css

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

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

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

border-color css

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

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

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