Html Css Color HEX #F25107 Persimmon

📋 copy color: '#F25107'

red 242 ◦ green 81 ◦ blue 7

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

Shades of Persimmon #F25107

Tints of Persimmon #F25107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.12%

R = 73.33%
G = 24.55%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F25107 (or 0xF25107) is known color: Persimmon. HEX triplet: F2, 51 and 07. RGB value is (242,81,7). Sum of RGB (Red+Green+Blue) = 242+81+7=330 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.33% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 7 (3.12% from 255 or 2.12% from 330); Max value from RGB is 242 - color contains mainly: red. Hex color #F25107 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25107 is #0DAEF8. Grayscale: #797979. Windows color (decimal): -896761 or 479730. OLE color: 479730.

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

Color convert

RGB 242 81 7 -
CMYK 0 0.67 0.97 0.05
HSL 18.89º 0.94% 0.49% -
HSV(B) 18.89º 0.97% 0.95% -
XYZ 39.6 24.78 2.9 -
YUV 120.7 63.84 214.52 -
System Red Green Blue C M Y K H S L
Decimal 242 81 7 0 0.67 0.97 0.05 18.89 0.94 0.49
Hex F2 51 7 0 43 61 5 13 5E 31
Octal 362 121 7 0 103 141 5 23 136 61
Binary 11110010 1010001 111 0 1000011 1100001 101 10011 1011110 110001

Color Harmonies of #F25107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25107

Black with #F25107

Text Example


Text Example

White with #F25107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25107; }

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

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

background-color css

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

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

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

border-color css

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

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

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