Html Css Color HEX #F25C16 Persimmon

📋 copy color: '#F25C16'

red 242 ◦ green 92 ◦ blue 22

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

Shades of Persimmon #F25C16

Tints of Persimmon #F25C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.18%

R = 67.98%
G = 25.84%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F25C16 (or 0xF25C16) is known color: Persimmon. HEX triplet: F2, 5C and 16. RGB value is (242,92,22). Sum of RGB (Red+Green+Blue) = 242+92+22=356 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.98% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 22 (8.98% from 255 or 6.18% from 356); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25C16 is #0DA3E9. Grayscale: #818181. Windows color (decimal): -893930 or 1465586. OLE color: 1465586.

HSL color Cylindrical-coordinate representation of color #F25C16: hue angle of 19.09º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F25C16 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 92 22 -
CMYK 0 0.62 0.91 0.05
HSL 19.09º 0.89% 0.52% -
HSV(B) 19.09º 0.91% 0.95% -
XYZ 40.59 26.59 3.75 -
YUV 128.87 67.7 208.69 -
System Red Green Blue C M Y K H S L
Decimal 242 92 22 0 0.62 0.91 0.05 19.09 0.89 0.52
Hex F2 5C 16 0 3E 5B 5 13 59 34
Octal 362 134 26 0 76 133 5 23 131 64
Binary 11110010 1011100 10110 0 111110 1011011 101 10011 1011001 110100

Color Harmonies of #F25C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25C16

Black with #F25C16

Text Example


Text Example

White with #F25C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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