Html Css Color HEX #F25314 Persimmon

📋 copy color: '#F25314'

red 242 ◦ green 83 ◦ blue 20

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

Shades of Persimmon #F25314

Tints of Persimmon #F25314

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.06%

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

R = 70.14%
G = 24.06%
B = 5.8%

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

#F25314 (or 0xF25314) is known color: Persimmon. HEX triplet: F2, 53 and 14. RGB value is (242,83,20). Sum of RGB (Red+Green+Blue) = 242+83+20=345 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.14% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 242 - color contains mainly: red. Hex color #F25314 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25314 is #0DACEB. Grayscale: #7B7B7B. Windows color (decimal): -896236 or 1332210. OLE color: 1332210.

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

Color convert

RGB 242 83 20 -
CMYK 0 0.66 0.92 0.05
HSL 17.03º 0.9% 0.51% -
HSV(B) 17.03º 0.92% 0.95% -
XYZ 39.84 25.11 3.41 -
YUV 123.36 69.68 212.62 -
System Red Green Blue C M Y K H S L
Decimal 242 83 20 0 0.66 0.92 0.05 17.03 0.9 0.51
Hex F2 53 14 0 42 5C 5 11 5A 33
Octal 362 123 24 0 102 134 5 21 132 63
Binary 11110010 1010011 10100 0 1000010 1011100 101 10001 1011010 110011

Color Harmonies of #F25314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25314

Black with #F25314

Text Example


Text Example

White with #F25314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25314; }

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

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

background-color css

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

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

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

border-color css

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

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

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