Html Css Color HEX #F25C08 Persimmon

📋 copy color: '#F25C08'

red 242 ◦ green 92 ◦ blue 8

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

Shades of Persimmon #F25C08

Tints of Persimmon #F25C08

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.9%

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

R = 70.76%
G = 26.9%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F25C08 (or 0xF25C08) is known color: Persimmon. HEX triplet: F2, 5C and 08. RGB value is (242,92,8). Sum of RGB (Red+Green+Blue) = 242+92+8=342 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.76% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 8 (3.52% from 255 or 2.34% from 342); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25C08 is #0DA3F7. Grayscale: #7F7F7F. Windows color (decimal): -893944 or 548082. OLE color: 548082.

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

Color convert

RGB 242 92 8 -
CMYK 0 0.62 0.97 0.05
HSL 21.54º 0.94% 0.49% -
HSV(B) 21.54º 0.97% 0.95% -
XYZ 40.49 26.55 3.22 -
YUV 127.27 60.7 209.83 -
System Red Green Blue C M Y K H S L
Decimal 242 92 8 0 0.62 0.97 0.05 21.54 0.94 0.49
Hex F2 5C 8 0 3E 61 5 16 5E 31
Octal 362 134 10 0 76 141 5 26 136 61
Binary 11110010 1011100 1000 0 111110 1100001 101 10110 1011110 110001

Color Harmonies of #F25C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25C08

Black with #F25C08

Text Example


Text Example

White with #F25C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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