Html Css Color HEX #F25D16 Persimmon

📋 copy color: '#F25D16'

red 242 ◦ green 93 ◦ blue 22

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

Shades of Persimmon #F25D16

Tints of Persimmon #F25D16

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.05%

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

R = 67.79%
G = 26.05%
B = 6.16%

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

#F25D16 (or 0xF25D16) is known color: Persimmon. HEX triplet: F2, 5D and 16. RGB value is (242,93,22). Sum of RGB (Red+Green+Blue) = 242+93+22=357 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.79% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 242 - color contains mainly: red. Hex color #F25D16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25D16 is #0DA2E9. Grayscale: #818181. Windows color (decimal): -893674 or 1465842. OLE color: 1465842.

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

Color convert

RGB 242 93 22 -
CMYK 0 0.62 0.91 0.05
HSL 19.36º 0.89% 0.52% -
HSV(B) 19.36º 0.91% 0.95% -
XYZ 40.68 26.76 3.78 -
YUV 129.46 67.36 208.27 -
System Red Green Blue C M Y K H S L
Decimal 242 93 22 0 0.62 0.91 0.05 19.36 0.89 0.52
Hex F2 5D 16 0 3E 5B 5 13 59 34
Octal 362 135 26 0 76 133 5 23 131 64
Binary 11110010 1011101 10110 0 111110 1011011 101 10011 1011001 110100

Color Harmonies of #F25D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25D16

Black with #F25D16

Text Example


Text Example

White with #F25D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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