Html Css Color HEX #F05817 Persimmon

📋 copy color: '#F05817'

red 240 ◦ green 88 ◦ blue 23

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

Shades of Persimmon #F05817

Tints of Persimmon #F05817

RGB

 RED value IS 240 (94.14% from 255) = 68.38%

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

 BLUE value IS 23 (9.38% from 255) = 6.55%

R = 68.38%
G = 25.07%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F05817 (or 0xF05817) is known color: Persimmon. HEX triplet: F0, 58 and 17. RGB value is (240,88,23). Sum of RGB (Red+Green+Blue) = 240+88+23=351 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.38% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 23 (9.38% from 255 or 6.55% from 351); Max value from RGB is 240 - color contains mainly: red. Hex color #F05817 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05817 is #0FA7E8. Grayscale: #7E7E7E. Windows color (decimal): -1026025 or 1530096. OLE color: 1530096.

HSL color Cylindrical-coordinate representation of color #F05817: hue angle of 17.97º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F05817 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 88 23 -
CMYK 0 0.63 0.90 0.06
HSL 17.97º 0.88% 0.52% -
HSV(B) 17.97º 0.9% 0.94% -
XYZ 39.58 25.57 3.66 -
YUV 126.04 69.86 209.29 -
System Red Green Blue C M Y K H S L
Decimal 240 88 23 0 0.63 0.90 0.06 17.97 0.88 0.52
Hex F0 58 17 0 3F 5A 6 12 58 34
Octal 360 130 27 0 77 132 6 22 130 64
Binary 11110000 1011000 10111 0 111111 1011010 110 10010 1011000 110100

Color Harmonies of #F05817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05817

Black with #F05817

Text Example


Text Example

White with #F05817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05817; }

 p { color: rgb(240,88,23); }

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

background-color css

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

 a { background-color: rgb(240,88,23); }

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

border-color css

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

 span { border-color: rgb(240,88,23); }

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