Html Css Color HEX #F25612 Persimmon

📋 copy color: '#F25612'

red 242 ◦ green 86 ◦ blue 18

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

Shades of Persimmon #F25612

Tints of Persimmon #F25612

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.86%

 BLUE value IS 18 (7.42% from 255) = 5.2%

R = 69.94%
G = 24.86%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F25612 (or 0xF25612) is known color: Persimmon. HEX triplet: F2, 56 and 12. RGB value is (242,86,18). Sum of RGB (Red+Green+Blue) = 242+86+18=346 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.94% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 242 - color contains mainly: red. Hex color #F25612 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25612 is #0DA9ED. Grayscale: #7D7D7D. Windows color (decimal): -895470 or 1201906. OLE color: 1201906.

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

Color convert

RGB 242 86 18 -
CMYK 0 0.64 0.93 0.05
HSL 18.21º 0.9% 0.51% -
HSV(B) 18.21º 0.93% 0.95% -
XYZ 40.05 25.58 3.4 -
YUV 124.89 67.68 211.53 -
System Red Green Blue C M Y K H S L
Decimal 242 86 18 0 0.64 0.93 0.05 18.21 0.9 0.51
Hex F2 56 12 0 40 5D 5 12 5A 33
Octal 362 126 22 0 100 135 5 22 132 63
Binary 11110010 1010110 10010 0 1000000 1011101 101 10010 1011010 110011

Color Harmonies of #F25612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25612

Black with #F25612

Text Example


Text Example

White with #F25612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25612; }

 p { color: rgb(242,86,18); }

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

background-color css

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

 a { background-color: rgb(242,86,18); }

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

border-color css

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

 span { border-color: rgb(242,86,18); }

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