Html Css Color HEX #F25606 Persimmon

📋 copy color: '#F25606'

red 242 ◦ green 86 ◦ blue 6

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

Shades of Persimmon #F25606

Tints of Persimmon #F25606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.8%

R = 72.46%
G = 25.75%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F25606 (or 0xF25606) is known color: Persimmon. HEX triplet: F2, 56 and 06. RGB value is (242,86,6). Sum of RGB (Red+Green+Blue) = 242+86+6=334 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.46% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 6 (2.73% from 255 or 1.80% from 334); Max value from RGB is 242 - color contains mainly: red. Hex color #F25606 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25606 is #0DA9F9. Grayscale: #7B7B7B. Windows color (decimal): -895482 or 415474. OLE color: 415474.

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

Color convert

RGB 242 86 6 -
CMYK 0 0.64 0.98 0.05
HSL 20.34º 0.95% 0.49% -
HSV(B) 20.34º 0.98% 0.95% -
XYZ 39.98 25.55 3 -
YUV 123.52 61.68 212.5 -
System Red Green Blue C M Y K H S L
Decimal 242 86 6 0 0.64 0.98 0.05 20.34 0.95 0.49
Hex F2 56 6 0 40 62 5 14 5F 31
Octal 362 126 6 0 100 142 5 24 137 61
Binary 11110010 1010110 110 0 1000000 1100010 101 10100 1011111 110001

Color Harmonies of #F25606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25606

Black with #F25606

Text Example


Text Example

White with #F25606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25606; }

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

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

background-color css

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

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

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

border-color css

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

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

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