Html Css Color HEX #F25008 Persimmon

📋 copy color: '#F25008'

red 242 ◦ green 80 ◦ blue 8

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

Shades of Persimmon #F25008

Tints of Persimmon #F25008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.42%

R = 73.33%
G = 24.24%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F25008 (or 0xF25008) is known color: Persimmon. HEX triplet: F2, 50 and 08. RGB value is (242,80,8). Sum of RGB (Red+Green+Blue) = 242+80+8=330 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.33% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 8 (3.52% from 255 or 2.42% from 330); Max value from RGB is 242 - color contains mainly: red. Hex color #F25008 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25008 is #0DAFF7. Grayscale: #787878. Windows color (decimal): -897016 or 545010. OLE color: 545010.

HSL color Cylindrical-coordinate representation of color #F25008: hue angle of 18.46º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F25008 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 80 8 -
CMYK 0 0.67 0.97 0.05
HSL 18.46º 0.94% 0.49% -
HSV(B) 18.46º 0.97% 0.95% -
XYZ 39.53 24.63 2.9 -
YUV 120.23 64.67 214.85 -
System Red Green Blue C M Y K H S L
Decimal 242 80 8 0 0.67 0.97 0.05 18.46 0.94 0.49
Hex F2 50 8 0 43 61 5 12 5E 31
Octal 362 120 10 0 103 141 5 22 136 61
Binary 11110010 1010000 1000 0 1000011 1100001 101 10010 1011110 110001

Color Harmonies of #F25008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25008

Black with #F25008

Text Example


Text Example

White with #F25008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25008; }

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

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

background-color css

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

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

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

border-color css

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

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

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