Html Css Color HEX #F2510F Persimmon

📋 copy color: '#F2510F'

red 242 ◦ green 81 ◦ blue 15

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

Shades of Persimmon #F2510F

Tints of Persimmon #F2510F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.96%

 BLUE value IS 15 (6.25% from 255) = 4.44%

R = 71.6%
G = 23.96%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F2510F (or 0xF2510F) is known color: Persimmon. HEX triplet: F2, 51 and 0F. RGB value is (242,81,15). Sum of RGB (Red+Green+Blue) = 242+81+15=338 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.60% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 15 (6.25% from 255 or 4.44% from 338); Max value from RGB is 242 - color contains mainly: red. Hex color #F2510F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2510F is #0DAEF0. Grayscale: #7A7A7A. Windows color (decimal): -896753 or 1004018. OLE color: 1004018.

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

Color convert

RGB 242 81 15 -
CMYK 0 0.67 0.94 0.05
HSL 17.44º 0.9% 0.5% -
HSV(B) 17.44º 0.94% 0.95% -
XYZ 39.65 24.8 3.15 -
YUV 121.62 67.84 213.87 -
System Red Green Blue C M Y K H S L
Decimal 242 81 15 0 0.67 0.94 0.05 17.44 0.9 0.5
Hex F2 51 F 0 43 5E 5 11 5A 32
Octal 362 121 17 0 103 136 5 21 132 62
Binary 11110010 1010001 1111 0 1000011 1011110 101 10001 1011010 110010

Color Harmonies of #F2510F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2510F

Black with #F2510F

Text Example


Text Example

White with #F2510F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2510F; }

 p { color: rgb(242,81,15); }

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

background-color css

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

 a { background-color: rgb(242,81,15); }

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

border-color css

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

 span { border-color: rgb(242,81,15); }

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