Html Css Color HEX #F26300 Persimmon

📋 copy color: '#F26300'

red 242 ◦ green 99 ◦ blue 0

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

Shades of Persimmon #F26300

Tints of Persimmon #F26300

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.03%

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

R = 70.97%
G = 29.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F26300 (or 0xF26300) is known color: Persimmon. HEX triplet: F2, 63 and 00. RGB value is (242,99,0). Sum of RGB (Red+Green+Blue) = 242+99+0=341 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.97% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 242 - color contains mainly: red. Hex color #F26300 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26300 is #0D9CFF. Grayscale: #838383. Windows color (decimal): -892160 or 25586. OLE color: 25586.

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

Color convert

RGB 242 99 0 -
CMYK 0 0.59 1 0.05
HSL 24.55º 1% 0.47% -
HSV(B) 24.55º 1% 0.95% -
XYZ 41.08 27.8 3.2 -
YUV 130.47 54.38 207.55 -
System Red Green Blue C M Y K H S L
Decimal 242 99 0 0 0.59 1 0.05 24.55 1 0.47
Hex F2 63 0 0 3B 64 5 19 64 2F
Octal 362 143 0 0 73 144 5 31 144 57
Binary 11110010 1100011 0 0 111011 1100100 101 11001 1100100 101111

Color Harmonies of #F26300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26300

Black with #F26300

Text Example


Text Example

White with #F26300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26300; }

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

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

background-color css

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

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

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

border-color css

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

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

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