Html Css Color HEX #F25302 Persimmon

📋 copy color: '#F25302'

red 242 ◦ green 83 ◦ blue 2

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

Shades of Persimmon #F25302

Tints of Persimmon #F25302

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.38%

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

R = 74.01%
G = 25.38%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F25302 (or 0xF25302) is known color: Persimmon. HEX triplet: F2, 53 and 02. RGB value is (242,83,2). Sum of RGB (Red+Green+Blue) = 242+83+2=327 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.01% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 2 (1.17% from 255 or 0.61% from 327); Max value from RGB is 242 - color contains mainly: red. Hex color #F25302 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25302 is #0DACFD. Grayscale: #797979. Windows color (decimal): -896254 or 152562. OLE color: 152562.

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

Color convert

RGB 242 83 2 -
CMYK 0 0.66 0.99 0.05
HSL 20.25º 0.98% 0.48% -
HSV(B) 20.25º 0.99% 0.95% -
XYZ 39.72 25.07 2.8 -
YUV 121.31 60.68 214.09 -
System Red Green Blue C M Y K H S L
Decimal 242 83 2 0 0.66 0.99 0.05 20.25 0.98 0.48
Hex F2 53 2 0 42 63 5 14 62 30
Octal 362 123 2 0 102 143 5 24 142 60
Binary 11110010 1010011 10 0 1000010 1100011 101 10100 1100010 110000

Color Harmonies of #F25302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25302

Black with #F25302

Text Example


Text Example

White with #F25302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25302; }

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

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

background-color css

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

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

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

border-color css

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

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

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