Html Css Color HEX #F35401 Persimmon

📋 copy color: '#F35401'

red 243 ◦ green 84 ◦ blue 1

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

Shades of Persimmon #F35401

Tints of Persimmon #F35401

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.61%

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 74.09%
G = 25.61%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F35401 (or 0xF35401) is known color: Persimmon. HEX triplet: F3, 54 and 01. RGB value is (243,84,1). Sum of RGB (Red+Green+Blue) = 243+84+1=328 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.09% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 1 (0.78% from 255 or 0.30% from 328); Max value from RGB is 243 - color contains mainly: red. Hex color #F35401 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F35401 is #0CABFE. Grayscale: #7A7A7A. Windows color (decimal): -830463 or 87283. OLE color: 87283.

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

Color convert

RGB 243 84 1 -
CMYK 0 0.65 1.00 0.05
HSL 20.58º 0.99% 0.48% -
HSV(B) 20.58º 1% 0.95% -
XYZ 40.14 25.4 2.82 -
YUV 122.08 59.68 214.25 -
System Red Green Blue C M Y K H S L
Decimal 243 84 1 0 0.65 1.00 0.05 20.58 0.99 0.48
Hex F3 54 1 0 41 64 5 15 63 30
Octal 363 124 1 0 101 144 5 25 143 60
Binary 11110011 1010100 1 0 1000001 1100100 101 10101 1100011 110000

Color Harmonies of #F35401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35401

Black with #F35401

Text Example


Text Example

White with #F35401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35401; }

 p { color: rgb(243,84,1); }

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

background-color css

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

 a { background-color: rgb(243,84,1); }

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

border-color css

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

 span { border-color: rgb(243,84,1); }

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