Html Css Color HEX #F26200 Persimmon

📋 copy color: '#F26200'

red 242 ◦ green 98 ◦ blue 0

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

Shades of Persimmon #F26200

Tints of Persimmon #F26200

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.82%

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

R = 71.18%
G = 28.82%
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

#F26200 (or 0xF26200) is known color: Persimmon. HEX triplet: F2, 62 and 00. RGB value is (242,98,0). Sum of RGB (Red+Green+Blue) = 242+98+0=340 (45% of max value = 765). Red value is 242 (94.92% from 255 or 71.18% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 242 - color contains mainly: red. Hex color #F26200 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26200 is #0D9DFF. Grayscale: #828282. Windows color (decimal): -892416 or 25330. OLE color: 25330.

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

Color convert

RGB 242 98 0 -
CMYK 0 0.60 1 0.05
HSL 24.3º 1% 0.47% -
HSV(B) 24.3º 1% 0.95% -
XYZ 40.99 27.61 3.17 -
YUV 129.88 54.71 207.97 -
System Red Green Blue C M Y K H S L
Decimal 242 98 0 0 0.60 1 0.05 24.3 1 0.47
Hex F2 62 0 0 3C 64 5 18 64 2F
Octal 362 142 0 0 74 144 5 30 144 57
Binary 11110010 1100010 0 0 111100 1100100 101 11000 1100100 101111

Color Harmonies of #F26200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26200

Black with #F26200

Text Example


Text Example

White with #F26200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26200; }

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

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

background-color css

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

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

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

border-color css

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

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

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