Html Css Color HEX #F25C11 Persimmon

📋 copy color: '#F25C11'

red 242 ◦ green 92 ◦ blue 17

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

Shades of Persimmon #F25C11

Tints of Persimmon #F25C11

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.21%

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

R = 68.95%
G = 26.21%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F25C11 (or 0xF25C11) is known color: Persimmon. HEX triplet: F2, 5C and 11. RGB value is (242,92,17). Sum of RGB (Red+Green+Blue) = 242+92+17=351 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.95% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 17 (7.03% from 255 or 4.84% from 351); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25C11 is #0DA3EE. Grayscale: #808080. Windows color (decimal): -893935 or 1137906. OLE color: 1137906.

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

Color convert

RGB 242 92 17 -
CMYK 0 0.62 0.93 0.05
HSL 20º 0.9% 0.51% -
HSV(B) 20º 0.93% 0.95% -
XYZ 40.55 26.57 3.52 -
YUV 128.3 65.2 209.1 -
System Red Green Blue C M Y K H S L
Decimal 242 92 17 0 0.62 0.93 0.05 20 0.9 0.51
Hex F2 5C 11 0 3E 5D 5 14 5A 33
Octal 362 134 21 0 76 135 5 24 132 63
Binary 11110010 1011100 10001 0 111110 1011101 101 10100 1011010 110011

Color Harmonies of #F25C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25C11

Black with #F25C11

Text Example


Text Example

White with #F25C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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