Html Css Color HEX #F25502 Persimmon

📋 copy color: '#F25502'

red 242 ◦ green 85 ◦ blue 2

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

Shades of Persimmon #F25502

Tints of Persimmon #F25502

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.84%

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

R = 73.56%
G = 25.84%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F25502 (or 0xF25502) is known color: Persimmon. HEX triplet: F2, 55 and 02. RGB value is (242,85,2). Sum of RGB (Red+Green+Blue) = 242+85+2=329 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.56% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 2 (1.17% from 255 or 0.61% from 329); Max value from RGB is 242 - color contains mainly: red. Hex color #F25502 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25502 is #0DAAFD. Grayscale: #7A7A7A. Windows color (decimal): -895742 or 153074. OLE color: 153074.

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

Color convert

RGB 242 85 2 -
CMYK 0 0.65 0.99 0.05
HSL 20.75º 0.98% 0.48% -
HSV(B) 20.75º 0.99% 0.95% -
XYZ 39.88 25.38 2.85 -
YUV 122.48 60.01 213.25 -
System Red Green Blue C M Y K H S L
Decimal 242 85 2 0 0.65 0.99 0.05 20.75 0.98 0.48
Hex F2 55 2 0 41 63 5 15 62 30
Octal 362 125 2 0 101 143 5 25 142 60
Binary 11110010 1010101 10 0 1000001 1100011 101 10101 1100010 110000

Color Harmonies of #F25502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25502

Black with #F25502

Text Example


Text Example

White with #F25502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25502; }

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

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

background-color css

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

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

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

border-color css

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

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

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