Html Css Color HEX #F25E11 Persimmon

📋 copy color: '#F25E11'

red 242 ◦ green 94 ◦ blue 17

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

Shades of Persimmon #F25E11

Tints of Persimmon #F25E11

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.63%

 BLUE value IS 17 (7.03% from 255) = 4.82%

R = 68.56%
G = 26.63%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F25E11 (or 0xF25E11) is known color: Persimmon. HEX triplet: F2, 5E and 11. RGB value is (242,94,17). Sum of RGB (Red+Green+Blue) = 242+94+17=353 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.56% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 17 (7.03% from 255 or 4.82% from 353); Max value from RGB is 242 - color contains mainly: red. Hex color #F25E11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25E11 is #0DA1EE. Grayscale: #818181. Windows color (decimal): -893423 or 1138418. OLE color: 1138418.

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

Color convert

RGB 242 94 17 -
CMYK 0 0.61 0.93 0.05
HSL 20.53º 0.9% 0.51% -
HSV(B) 20.53º 0.93% 0.95% -
XYZ 40.72 26.92 3.58 -
YUV 129.47 64.53 208.26 -
System Red Green Blue C M Y K H S L
Decimal 242 94 17 0 0.61 0.93 0.05 20.53 0.9 0.51
Hex F2 5E 11 0 3D 5D 5 15 5A 33
Octal 362 136 21 0 75 135 5 25 132 63
Binary 11110010 1011110 10001 0 111101 1011101 101 10101 1011010 110011

Color Harmonies of #F25E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25E11

Black with #F25E11

Text Example


Text Example

White with #F25E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25E11; }

 p { color: rgb(242,94,17); }

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

background-color css

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

 a { background-color: rgb(242,94,17); }

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

border-color css

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

 span { border-color: rgb(242,94,17); }

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