Html Css Color HEX #F25213 Persimmon

📋 copy color: '#F25213'

red 242 ◦ green 82 ◦ blue 19

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

Shades of Persimmon #F25213

Tints of Persimmon #F25213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.54%

R = 70.55%
G = 23.91%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F25213 (or 0xF25213) is known color: Persimmon. HEX triplet: F2, 52 and 13. RGB value is (242,82,19). Sum of RGB (Red+Green+Blue) = 242+82+19=343 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.55% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 19 (7.81% from 255 or 5.54% from 343); Max value from RGB is 242 - color contains mainly: red. Hex color #F25213 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25213 is #0DADEC. Grayscale: #7B7B7B. Windows color (decimal): -896493 or 1266418. OLE color: 1266418.

HSL color Cylindrical-coordinate representation of color #F25213: hue angle of 16.95º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F25213 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 82 19 -
CMYK 0 0.66 0.92 0.05
HSL 16.95º 0.9% 0.51% -
HSV(B) 16.95º 0.92% 0.95% -
XYZ 39.75 24.96 3.34 -
YUV 122.66 69.51 213.12 -
System Red Green Blue C M Y K H S L
Decimal 242 82 19 0 0.66 0.92 0.05 16.95 0.9 0.51
Hex F2 52 13 0 42 5C 5 11 5A 33
Octal 362 122 23 0 102 134 5 21 132 63
Binary 11110010 1010010 10011 0 1000010 1011100 101 10001 1011010 110011

Color Harmonies of #F25213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25213

Black with #F25213

Text Example


Text Example

White with #F25213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25213; }

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

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

background-color css

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

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

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

border-color css

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

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

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