Html Css Color HEX #F25800 Persimmon

📋 copy color: '#F25800'

red 242 ◦ green 88 ◦ blue 0

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

Shades of Persimmon #F25800

Tints of Persimmon #F25800

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.67%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.33%
G = 26.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F25800 (or 0xF25800) is known color: Persimmon. HEX triplet: F2, 58 and 00. RGB value is (242,88,0). Sum of RGB (Red+Green+Blue) = 242+88+0=330 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.33% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 242 - color contains mainly: red. Hex color #F25800 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25800 is #0DA7FF. Grayscale: #7C7C7C. Windows color (decimal): -894976 or 22770. OLE color: 22770.

HSL color Cylindrical-coordinate representation of color #F25800: hue angle of 21.82º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F25800 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 88 0 -
CMYK 0 0.64 1 0.05
HSL 21.82º 1% 0.47% -
HSV(B) 21.82º 1% 0.95% -
XYZ 40.11 25.86 2.88 -
YUV 124.01 58.02 212.16 -
System Red Green Blue C M Y K H S L
Decimal 242 88 0 0 0.64 1 0.05 21.82 1 0.47
Hex F2 58 0 0 40 64 5 16 64 2F
Octal 362 130 0 0 100 144 5 26 144 57
Binary 11110010 1011000 0 0 1000000 1100100 101 10110 1100100 101111

Color Harmonies of #F25800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25800

Black with #F25800

Text Example


Text Example

White with #F25800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25800; }

 p { color: rgb(242,88,0); }

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

background-color css

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

 a { background-color: rgb(242,88,0); }

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

border-color css

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

 span { border-color: rgb(242,88,0); }

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