Html Css Color HEX #F25903 Persimmon

📋 copy color: '#F25903'

red 242 ◦ green 89 ◦ blue 3

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

Shades of Persimmon #F25903

Tints of Persimmon #F25903

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.9%

R = 72.46%
G = 26.65%
B = 0.9%

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

#F25903 (or 0xF25903) is known color: Persimmon. HEX triplet: F2, 59 and 03. RGB value is (242,89,3). Sum of RGB (Red+Green+Blue) = 242+89+3=334 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.46% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 3 (1.56% from 255 or 0.90% from 334); Max value from RGB is 242 - color contains mainly: red. Hex color #F25903 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25903 is #0DA6FC. Grayscale: #7D7D7D. Windows color (decimal): -894717 or 219634. OLE color: 219634.

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

Color convert

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

Color Harmonies of #F25903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25903

Black with #F25903

Text Example


Text Example

White with #F25903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25903; }

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

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

background-color css

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

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

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

border-color css

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

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

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