Html Css Color HEX #F26000 Persimmon

📋 copy color: '#F26000'

red 242 ◦ green 96 ◦ blue 0

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

Shades of Persimmon #F26000

Tints of Persimmon #F26000

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.4%

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

R = 71.6%
G = 28.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F26000 (or 0xF26000) is known color: Persimmon. HEX triplet: F2, 60 and 00. RGB value is (242,96,0). Sum of RGB (Red+Green+Blue) = 242+96+0=338 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.60% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 242 - color contains mainly: red. Hex color #F26000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26000 is #0D9FFF. Grayscale: #818181. Windows color (decimal): -892928 or 24818. OLE color: 24818.

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

Color convert

RGB 242 96 0 -
CMYK 0 0.60 1 0.05
HSL 23.8º 1% 0.47% -
HSV(B) 23.8º 1% 0.95% -
XYZ 40.8 27.24 3.11 -
YUV 128.71 55.37 208.81 -
System Red Green Blue C M Y K H S L
Decimal 242 96 0 0 0.60 1 0.05 23.8 1 0.47
Hex F2 60 0 0 3C 64 5 18 64 2F
Octal 362 140 0 0 74 144 5 30 144 57
Binary 11110010 1100000 0 0 111100 1100100 101 11000 1100100 101111

Color Harmonies of #F26000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26000

Black with #F26000

Text Example


Text Example

White with #F26000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26000; }

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

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

background-color css

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

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

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

border-color css

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

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

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