Html Css Color HEX #F35800 Persimmon

📋 copy color: '#F35800'

red 243 ◦ green 88 ◦ blue 0

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

Shades of Persimmon #F35800

Tints of Persimmon #F35800

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.59%

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

R = 73.41%
G = 26.59%
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

#F35800 (or 0xF35800) is known color: Persimmon. HEX triplet: F3, 58 and 00. RGB value is (243,88,0). Sum of RGB (Red+Green+Blue) = 243+88+0=331 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.41% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 243 - color contains mainly: red. Hex color #F35800 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F35800 is #0CA7FF. Grayscale: #7C7C7C. Windows color (decimal): -829440 or 22771. OLE color: 22771.

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

Color convert

RGB 243 88 0 -
CMYK 0 0.64 1 0.05
HSL 21.73º 1% 0.48% -
HSV(B) 21.73º 1% 0.95% -
XYZ 40.45 26.03 2.89 -
YUV 124.31 57.85 212.66 -
System Red Green Blue C M Y K H S L
Decimal 243 88 0 0 0.64 1 0.05 21.73 1 0.48
Hex F3 58 0 0 40 64 5 16 64 30
Octal 363 130 0 0 100 144 5 26 144 60
Binary 11110011 1011000 0 0 1000000 1100100 101 10110 1100100 110000

Color Harmonies of #F35800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35800

Black with #F35800

Text Example


Text Example

White with #F35800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35800; }

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

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

background-color css

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

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

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

border-color css

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

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

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