Html Css Color HEX #F26103 Persimmon

📋 copy color: '#F26103'

red 242 ◦ green 97 ◦ blue 3

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

Shades of Persimmon #F26103

Tints of Persimmon #F26103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.88%

R = 70.76%
G = 28.36%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F26103 (or 0xF26103) is known color: Persimmon. HEX triplet: F2, 61 and 03. RGB value is (242,97,3). Sum of RGB (Red+Green+Blue) = 242+97+3=342 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.76% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 3 (1.56% from 255 or 0.88% from 342); Max value from RGB is 242 - color contains mainly: red. Hex color #F26103 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26103 is #0D9EFC. Grayscale: #828282. Windows color (decimal): -892669 or 221682. OLE color: 221682.

HSL color Cylindrical-coordinate representation of color #F26103: hue angle of 23.6º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F26103 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 97 3 -
CMYK 0 0.60 0.99 0.05
HSL 23.6º 0.98% 0.48% -
HSV(B) 23.6º 0.99% 0.95% -
XYZ 40.91 27.43 3.23 -
YUV 129.64 56.54 208.14 -
System Red Green Blue C M Y K H S L
Decimal 242 97 3 0 0.60 0.99 0.05 23.6 0.98 0.48
Hex F2 61 3 0 3C 63 5 18 62 30
Octal 362 141 3 0 74 143 5 30 142 60
Binary 11110010 1100001 11 0 111100 1100011 101 11000 1100010 110000

Color Harmonies of #F26103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26103

Black with #F26103

Text Example


Text Example

White with #F26103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26103; }

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

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

background-color css

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

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

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

border-color css

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

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

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