Html Css Color HEX #F35700 Persimmon

📋 copy color: '#F35700'

red 243 ◦ green 87 ◦ blue 0

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

Shades of Persimmon #F35700

Tints of Persimmon #F35700

RGB

 RED value IS 243 (95.31% from 255) = 73.64%

 GREEN value IS 87 (34.38% from 255) = 26.36%

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

R = 73.64%
G = 26.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F35700 (or 0xF35700) is known color: Persimmon. HEX triplet: F3, 57 and 00. RGB value is (243,87,0). Sum of RGB (Red+Green+Blue) = 243+87+0=330 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.64% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 243 - color contains mainly: red. Hex color #F35700 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F35700 is #0CA8FF. Grayscale: #7C7C7C. Windows color (decimal): -829696 or 22515. OLE color: 22515.

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

Color convert

RGB 243 87 0 -
CMYK 0 0.64 1 0.05
HSL 21.48º 1% 0.48% -
HSV(B) 21.48º 1% 0.95% -
XYZ 40.37 25.87 2.87 -
YUV 123.73 58.18 213.07 -
System Red Green Blue C M Y K H S L
Decimal 243 87 0 0 0.64 1 0.05 21.48 1 0.48
Hex F3 57 0 0 40 64 5 15 64 30
Octal 363 127 0 0 100 144 5 25 144 60
Binary 11110011 1010111 0 0 1000000 1100100 101 10101 1100100 110000

Color Harmonies of #F35700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35700

Black with #F35700

Text Example


Text Example

White with #F35700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35700; }

 p { color: rgb(243,87,0); }

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

background-color css

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

 a { background-color: rgb(243,87,0); }

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

border-color css

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

 span { border-color: rgb(243,87,0); }

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