Html Css Color HEX #F25003 Persimmon

📋 copy color: '#F25003'

red 242 ◦ green 80 ◦ blue 3

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

Shades of Persimmon #F25003

Tints of Persimmon #F25003

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.62%

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

R = 74.46%
G = 24.62%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F25003 (or 0xF25003) is known color: Persimmon. HEX triplet: F2, 50 and 03. RGB value is (242,80,3). Sum of RGB (Red+Green+Blue) = 242+80+3=325 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.46% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 3 (1.56% from 255 or 0.92% from 325); Max value from RGB is 242 - color contains mainly: red. Hex color #F25003 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25003 is #0DAFFC. Grayscale: #787878. Windows color (decimal): -897021 or 217330. OLE color: 217330.

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

Color convert

RGB 242 80 3 -
CMYK 0 0.67 0.99 0.05
HSL 19.33º 0.98% 0.48% -
HSV(B) 19.33º 0.99% 0.95% -
XYZ 39.5 24.62 2.76 -
YUV 119.66 62.17 215.26 -
System Red Green Blue C M Y K H S L
Decimal 242 80 3 0 0.67 0.99 0.05 19.33 0.98 0.48
Hex F2 50 3 0 43 63 5 13 62 30
Octal 362 120 3 0 103 143 5 23 142 60
Binary 11110010 1010000 11 0 1000011 1100011 101 10011 1100010 110000

Color Harmonies of #F25003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25003

Black with #F25003

Text Example


Text Example

White with #F25003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25003; }

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

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

background-color css

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

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

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

border-color css

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

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

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