Html Css Color HEX #F25207 Persimmon

📋 copy color: '#F25207'

red 242 ◦ green 82 ◦ blue 7

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

Shades of Persimmon #F25207

Tints of Persimmon #F25207

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.77%

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

R = 73.11%
G = 24.77%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F25207 (or 0xF25207) is known color: Persimmon. HEX triplet: F2, 52 and 07. RGB value is (242,82,7). Sum of RGB (Red+Green+Blue) = 242+82+7=331 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.11% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 7 (3.12% from 255 or 2.11% from 331); Max value from RGB is 242 - color contains mainly: red. Hex color #F25207 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25207 is #0DADF8. Grayscale: #797979. Windows color (decimal): -896505 or 479986. OLE color: 479986.

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

Color convert

RGB 242 82 7 -
CMYK 0 0.66 0.97 0.05
HSL 19.15º 0.94% 0.49% -
HSV(B) 19.15º 0.97% 0.95% -
XYZ 39.67 24.93 2.92 -
YUV 121.29 63.51 214.1 -
System Red Green Blue C M Y K H S L
Decimal 242 82 7 0 0.66 0.97 0.05 19.15 0.94 0.49
Hex F2 52 7 0 42 61 5 13 5E 31
Octal 362 122 7 0 102 141 5 23 136 61
Binary 11110010 1010010 111 0 1000010 1100001 101 10011 1011110 110001

Color Harmonies of #F25207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25207

Black with #F25207

Text Example


Text Example

White with #F25207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25207; }

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

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

background-color css

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

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

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

border-color css

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

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

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