Html Css Color HEX #F25210 Persimmon

📋 copy color: '#F25210'

red 242 ◦ green 82 ◦ blue 16

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

Shades of Persimmon #F25210

Tints of Persimmon #F25210

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.12%

 BLUE value IS 16 (6.64% from 255) = 4.71%

R = 71.18%
G = 24.12%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F25210 (or 0xF25210) is known color: Persimmon. HEX triplet: F2, 52 and 10. RGB value is (242,82,16). Sum of RGB (Red+Green+Blue) = 242+82+16=340 (45% of max value = 765). Red value is 242 (94.92% from 255 or 71.18% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 16 (6.64% from 255 or 4.71% from 340); Max value from RGB is 242 - color contains mainly: red. Hex color #F25210 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25210 is #0DADEF. Grayscale: #7A7A7A. Windows color (decimal): -896496 or 1069810. OLE color: 1069810.

HSL color Cylindrical-coordinate representation of color #F25210: hue angle of 17.52º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F25210 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 82 16 -
CMYK 0 0.66 0.93 0.05
HSL 17.52º 0.9% 0.51% -
HSV(B) 17.52º 0.93% 0.95% -
XYZ 39.73 24.95 3.21 -
YUV 122.32 68.01 213.37 -
System Red Green Blue C M Y K H S L
Decimal 242 82 16 0 0.66 0.93 0.05 17.52 0.9 0.51
Hex F2 52 10 0 42 5D 5 12 5A 33
Octal 362 122 20 0 102 135 5 22 132 63
Binary 11110010 1010010 10000 0 1000010 1011101 101 10010 1011010 110011

Color Harmonies of #F25210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25210

Black with #F25210

Text Example


Text Example

White with #F25210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25210; }

 p { color: rgb(242,82,16); }

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

background-color css

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

 a { background-color: rgb(242,82,16); }

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

border-color css

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

 span { border-color: rgb(242,82,16); }

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