Html Css Color HEX #F26100 Persimmon

📋 copy color: '#F26100'

red 242 ◦ green 97 ◦ blue 0

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

Shades of Persimmon #F26100

Tints of Persimmon #F26100

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.61%

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

R = 71.39%
G = 28.61%
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

#F26100 (or 0xF26100) is known color: Persimmon. HEX triplet: F2, 61 and 00. RGB value is (242,97,0). Sum of RGB (Red+Green+Blue) = 242+97+0=339 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.39% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 242 - color contains mainly: red. Hex color #F26100 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26100 is #0D9EFF. Grayscale: #818181. Windows color (decimal): -892672 or 25074. OLE color: 25074.

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

Color convert

RGB 242 97 0 -
CMYK 0 0.60 1 0.05
HSL 24.05º 1% 0.47% -
HSV(B) 24.05º 1% 0.95% -
XYZ 40.89 27.43 3.14 -
YUV 129.3 55.04 208.39 -
System Red Green Blue C M Y K H S L
Decimal 242 97 0 0 0.60 1 0.05 24.05 1 0.47
Hex F2 61 0 0 3C 64 5 18 64 2F
Octal 362 141 0 0 74 144 5 30 144 57
Binary 11110010 1100001 0 0 111100 1100100 101 11000 1100100 101111

Color Harmonies of #F26100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26100

Black with #F26100

Text Example


Text Example

White with #F26100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26100; }

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

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

background-color css

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

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

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

border-color css

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

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

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