Html Css Color HEX #F28003 Tangerine

📋 copy color: '#F28003'

red 242 ◦ green 128 ◦ blue 3

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

Shades of Tangerine #F28003

Tints of Tangerine #F28003

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.32%

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

R = 64.88%
G = 34.32%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F28003 (or 0xF28003) is known color: Tangerine. HEX triplet: F2, 80 and 03. RGB value is (242,128,3). Sum of RGB (Red+Green+Blue) = 242+128+3=373 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.88% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 3 (1.56% from 255 or 0.80% from 373); Max value from RGB is 242 - color contains mainly: red. Hex color #F28003 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28003 is #0D7FFC. Grayscale: #949494. Windows color (decimal): -884733 or 229618. OLE color: 229618.

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

Color convert

RGB 242 128 3 -
CMYK 0 0.47 0.99 0.05
HSL 31.38º 0.98% 0.48% -
HSV(B) 31.38º 0.99% 0.95% -
XYZ 44.35 34.32 4.37 -
YUV 147.84 46.27 195.16 -
System Red Green Blue C M Y K H S L
Decimal 242 128 3 0 0.47 0.99 0.05 31.38 0.98 0.48
Hex F2 80 3 0 2F 63 5 1F 62 30
Octal 362 200 3 0 57 143 5 37 142 60
Binary 11110010 10000000 11 0 101111 1100011 101 11111 1100010 110000

Color Harmonies of #F28003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28003

Black with #F28003

Text Example


Text Example

White with #F28003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28003; }

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

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

background-color css

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

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

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

border-color css

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

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

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