Html Css Color HEX #F45C02 Persimmon

📋 copy color: '#F45C02'

red 244 ◦ green 92 ◦ blue 2

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

Shades of Persimmon #F45C02

Tints of Persimmon #F45C02

RGB

 RED value IS 244 (95.7% from 255) = 72.19%

 GREEN value IS 92 (36.33% from 255) = 27.22%

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 72.19%
G = 27.22%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F45C02 (or 0xF45C02) is known color: Persimmon. HEX triplet: F4, 5C and 02. RGB value is (244,92,2). Sum of RGB (Red+Green+Blue) = 244+92+2=338 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.19% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 2 (1.17% from 255 or 0.59% from 338); Max value from RGB is 244 - color contains mainly: red. Hex color #F45C02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45C02 is #0BA3FD. Grayscale: #7F7F7F. Windows color (decimal): -762878 or 154868. OLE color: 154868.

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

Color convert

RGB 244 92 2 -
CMYK 0 0.62 0.99 0.04
HSL 22.31º 0.98% 0.48% -
HSV(B) 22.31º 0.99% 0.96% -
XYZ 41.15 26.89 3.08 -
YUV 127.19 57.36 211.32 -
System Red Green Blue C M Y K H S L
Decimal 244 92 2 0 0.62 0.99 0.04 22.31 0.98 0.48
Hex F4 5C 2 0 3E 63 4 16 62 30
Octal 364 134 2 0 76 143 4 26 142 60
Binary 11110100 1011100 10 0 111110 1100011 100 10110 1100010 110000

Color Harmonies of #F45C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45C02

Black with #F45C02

Text Example


Text Example

White with #F45C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45C02; }

 p { color: rgb(244,92,2); }

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

background-color css

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

 a { background-color: rgb(244,92,2); }

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

border-color css

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

 span { border-color: rgb(244,92,2); }

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