Html Css Color HEX #F25602 Persimmon

📋 copy color: '#F25602'

red 242 ◦ green 86 ◦ blue 2

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

Shades of Persimmon #F25602

Tints of Persimmon #F25602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.61%

R = 73.33%
G = 26.06%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F25602 (or 0xF25602) is known color: Persimmon. HEX triplet: F2, 56 and 02. RGB value is (242,86,2). Sum of RGB (Red+Green+Blue) = 242+86+2=330 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.33% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 242 - color contains mainly: red. Hex color #F25602 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25602 is #0DA9FD. Grayscale: #7B7B7B. Windows color (decimal): -895486 or 153330. OLE color: 153330.

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

Color convert

RGB 242 86 2 -
CMYK 0 0.64 0.99 0.05
HSL 21º 0.98% 0.48% -
HSV(B) 21º 0.99% 0.95% -
XYZ 39.96 25.54 2.88 -
YUV 123.07 59.68 212.83 -
System Red Green Blue C M Y K H S L
Decimal 242 86 2 0 0.64 0.99 0.05 21 0.98 0.48
Hex F2 56 2 0 40 63 5 15 62 30
Octal 362 126 2 0 100 143 5 25 142 60
Binary 11110010 1010110 10 0 1000000 1100011 101 10101 1100010 110000

Color Harmonies of #F25602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25602

Black with #F25602

Text Example


Text Example

White with #F25602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25602; }

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

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

background-color css

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

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

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

border-color css

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

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

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