Html Css Color HEX #F25902 Persimmon

📋 copy color: '#F25902'

red 242 ◦ green 89 ◦ blue 2

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

Shades of Persimmon #F25902

Tints of Persimmon #F25902

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.73%

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

R = 72.67%
G = 26.73%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F25902 (or 0xF25902) is known color: Persimmon. HEX triplet: F2, 59 and 02. RGB value is (242,89,2). Sum of RGB (Red+Green+Blue) = 242+89+2=333 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.67% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 2 (1.17% from 255 or 0.60% from 333); Max value from RGB is 242 - color contains mainly: red. Hex color #F25902 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25902 is #0DA6FD. Grayscale: #7D7D7D. Windows color (decimal): -894718 or 154098. OLE color: 154098.

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

Color convert

RGB 242 89 2 -
CMYK 0 0.63 0.99 0.05
HSL 21.75º 0.98% 0.48% -
HSV(B) 21.75º 0.99% 0.95% -
XYZ 40.2 26.03 2.96 -
YUV 124.83 58.69 211.57 -
System Red Green Blue C M Y K H S L
Decimal 242 89 2 0 0.63 0.99 0.05 21.75 0.98 0.48
Hex F2 59 2 0 3F 63 5 16 62 30
Octal 362 131 2 0 77 143 5 26 142 60
Binary 11110010 1011001 10 0 111111 1100011 101 10110 1100010 110000

Color Harmonies of #F25902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25902

Black with #F25902

Text Example


Text Example

White with #F25902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25902; }

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

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

background-color css

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

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

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

border-color css

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

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

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