Html Css Color HEX #F25214 Persimmon

📋 copy color: '#F25214'

red 242 ◦ green 82 ◦ blue 20

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

Shades of Persimmon #F25214

Tints of Persimmon #F25214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.81%

R = 70.35%
G = 23.84%
B = 5.81%

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

#F25214 (or 0xF25214) is known color: Persimmon. HEX triplet: F2, 52 and 14. RGB value is (242,82,20). Sum of RGB (Red+Green+Blue) = 242+82+20=344 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.35% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 20 (8.20% from 255 or 5.81% from 344); Max value from RGB is 242 - color contains mainly: red. Hex color #F25214 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25214 is #0DADEB. Grayscale: #7B7B7B. Windows color (decimal): -896492 or 1331954. OLE color: 1331954.

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

Color convert

RGB 242 82 20 -
CMYK 0 0.66 0.92 0.05
HSL 16.76º 0.9% 0.51% -
HSV(B) 16.76º 0.92% 0.95% -
XYZ 39.76 24.96 3.38 -
YUV 122.77 70.01 213.04 -
System Red Green Blue C M Y K H S L
Decimal 242 82 20 0 0.66 0.92 0.05 16.76 0.9 0.51
Hex F2 52 14 0 42 5C 5 11 5A 33
Octal 362 122 24 0 102 134 5 21 132 63
Binary 11110010 1010010 10100 0 1000010 1011100 101 10001 1011010 110011

Color Harmonies of #F25214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25214

Black with #F25214

Text Example


Text Example

White with #F25214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25214; }

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

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

background-color css

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

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

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

border-color css

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

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

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