Html Css Color HEX #F28204 Tangerine

📋 copy color: '#F28204'

red 242 ◦ green 130 ◦ blue 4

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

Shades of Tangerine #F28204

Tints of Tangerine #F28204

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.57%

 BLUE value IS 4 (1.95% from 255) = 1.06%

R = 64.36%
G = 34.57%
B = 1.06%

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

#F28204 (or 0xF28204) is known color: Tangerine. HEX triplet: F2, 82 and 04. RGB value is (242,130,4). Sum of RGB (Red+Green+Blue) = 242+130+4=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 4 (1.95% from 255 or 1.06% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F28204 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28204 is #0D7DFB. Grayscale: #959595. Windows color (decimal): -884220 or 295666. OLE color: 295666.

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

Color convert

RGB 242 130 4 -
CMYK 0 0.46 0.98 0.05
HSL 31.76º 0.97% 0.48% -
HSV(B) 31.76º 0.98% 0.95% -
XYZ 44.62 34.85 4.49 -
YUV 149.12 46.11 194.25 -
System Red Green Blue C M Y K H S L
Decimal 242 130 4 0 0.46 0.98 0.05 31.76 0.97 0.48
Hex F2 82 4 0 2E 62 5 20 61 30
Octal 362 202 4 0 56 142 5 40 141 60
Binary 11110010 10000010 100 0 101110 1100010 101 100000 1100001 110000

Color Harmonies of #F28204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28204

Black with #F28204

Text Example


Text Example

White with #F28204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28204; }

 p { color: rgb(242,130,4); }

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

background-color css

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

 a { background-color: rgb(242,130,4); }

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

border-color css

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

 span { border-color: rgb(242,130,4); }

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