Html Css Color HEX #F28405 Tangerine

📋 copy color: '#F28405'

red 242 ◦ green 132 ◦ blue 5

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

Shades of Tangerine #F28405

Tints of Tangerine #F28405

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.83%

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

R = 63.85%
G = 34.83%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F28405 (or 0xF28405) is known color: Tangerine. HEX triplet: F2, 84 and 05. RGB value is (242,132,5). Sum of RGB (Red+Green+Blue) = 242+132+5=379 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.85% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 5 (2.34% from 255 or 1.32% from 379); Max value from RGB is 242 - color contains mainly: red. Hex color #F28405 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28405 is #0D7BFA. Grayscale: #979797. Windows color (decimal): -883707 or 361714. OLE color: 361714.

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

Color convert

RGB 242 132 5 -
CMYK 0 0.45 0.98 0.05
HSL 32.15º 0.96% 0.48% -
HSV(B) 32.15º 0.98% 0.95% -
XYZ 44.9 35.39 4.61 -
YUV 150.41 45.94 193.33 -
System Red Green Blue C M Y K H S L
Decimal 242 132 5 0 0.45 0.98 0.05 32.15 0.96 0.48
Hex F2 84 5 0 2D 62 5 20 60 30
Octal 362 204 5 0 55 142 5 40 140 60
Binary 11110010 10000100 101 0 101101 1100010 101 100000 1100000 110000

Color Harmonies of #F28405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28405

Black with #F28405

Text Example


Text Example

White with #F28405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28405; }

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

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

background-color css

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

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

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

border-color css

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

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

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