Html Css Color HEX #F25105 Persimmon

📋 copy color: '#F25105'

red 242 ◦ green 81 ◦ blue 5

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

Shades of Persimmon #F25105

Tints of Persimmon #F25105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.52%

R = 73.78%
G = 24.7%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F25105 (or 0xF25105) is known color: Persimmon. HEX triplet: F2, 51 and 05. RGB value is (242,81,5). Sum of RGB (Red+Green+Blue) = 242+81+5=328 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.78% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 5 (2.34% from 255 or 1.52% from 328); Max value from RGB is 242 - color contains mainly: red. Hex color #F25105 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25105 is #0DAEFA. Grayscale: #787878. Windows color (decimal): -896763 or 348658. OLE color: 348658.

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

Color convert

RGB 242 81 5 -
CMYK 0 0.67 0.98 0.05
HSL 19.24º 0.96% 0.48% -
HSV(B) 19.24º 0.98% 0.95% -
XYZ 39.59 24.77 2.84 -
YUV 120.48 62.84 214.68 -
System Red Green Blue C M Y K H S L
Decimal 242 81 5 0 0.67 0.98 0.05 19.24 0.96 0.48
Hex F2 51 5 0 43 62 5 13 60 30
Octal 362 121 5 0 103 142 5 23 140 60
Binary 11110010 1010001 101 0 1000011 1100010 101 10011 1100000 110000

Color Harmonies of #F25105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25105

Black with #F25105

Text Example


Text Example

White with #F25105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25105; }

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

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

background-color css

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

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

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

border-color css

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

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

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