Html Css Color HEX #F45402 Persimmon

📋 copy color: '#F45402'

red 244 ◦ green 84 ◦ blue 2

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

Shades of Persimmon #F45402

Tints of Persimmon #F45402

RGB

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

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

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

R = 73.94%
G = 25.45%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F45402 (or 0xF45402) is known color: Persimmon. HEX triplet: F4, 54 and 02. RGB value is (244,84,2). Sum of RGB (Red+Green+Blue) = 244+84+2=330 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.94% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 244 - color contains mainly: red. Hex color #F45402 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45402 is #0BABFD. Grayscale: #7A7A7A. Windows color (decimal): -764926 or 152820. OLE color: 152820.

HSL color Cylindrical-coordinate representation of color #F45402: hue angle of 20.33º 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 #F45402 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 84 2 -
CMYK 0 0.66 0.99 0.04
HSL 20.33º 0.98% 0.48% -
HSV(B) 20.33º 0.99% 0.96% -
XYZ 40.49 25.58 2.86 -
YUV 122.49 60.01 214.67 -
System Red Green Blue C M Y K H S L
Decimal 244 84 2 0 0.66 0.99 0.04 20.33 0.98 0.48
Hex F4 54 2 0 42 63 4 14 62 30
Octal 364 124 2 0 102 143 4 24 142 60
Binary 11110100 1010100 10 0 1000010 1100011 100 10100 1100010 110000

Color Harmonies of #F45402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45402

Black with #F45402

Text Example


Text Example

White with #F45402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45402; }

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

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

background-color css

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

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

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

border-color css

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

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

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