Html Css Color HEX #F28B05 Tangerine

📋 copy color: '#F28B05'

red 242 ◦ green 139 ◦ blue 5

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

Shades of Tangerine #F28B05

Tints of Tangerine #F28B05

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.01%

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

R = 62.69%
G = 36.01%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F28B05 (or 0xF28B05) is known color: Tangerine. HEX triplet: F2, 8B and 05. RGB value is (242,139,5). Sum of RGB (Red+Green+Blue) = 242+139+5=386 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.69% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 5 (2.34% from 255 or 1.30% from 386); Max value from RGB is 242 - color contains mainly: red. Hex color #F28B05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28B05 is #0D74FA. Grayscale: #9B9B9B. Windows color (decimal): -881915 or 363506. OLE color: 363506.

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

Color convert

RGB 242 139 5 -
CMYK 0 0.43 0.98 0.05
HSL 33.92º 0.96% 0.48% -
HSV(B) 33.92º 0.98% 0.95% -
XYZ 45.88 37.35 4.94 -
YUV 154.52 43.62 190.4 -
System Red Green Blue C M Y K H S L
Decimal 242 139 5 0 0.43 0.98 0.05 33.92 0.96 0.48
Hex F2 8B 5 0 2B 62 5 22 60 30
Octal 362 213 5 0 53 142 5 42 140 60
Binary 11110010 10001011 101 0 101011 1100010 101 100010 1100000 110000

Color Harmonies of #F28B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28B05

Black with #F28B05

Text Example


Text Example

White with #F28B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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