Html Css Color HEX #F45A00 Persimmon

📋 copy color: '#F45A00'

red 244 ◦ green 90 ◦ blue 0

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

Shades of Persimmon #F45A00

Tints of Persimmon #F45A00

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.95%

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

R = 73.05%
G = 26.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F45A00 (or 0xF45A00) is known color: Persimmon. HEX triplet: F4, 5A and 00. RGB value is (244,90,0). Sum of RGB (Red+Green+Blue) = 244+90+0=334 (44% of max value = 765). Red value is 244 (95.70% from 255 or 73.05% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 244 - color contains mainly: red. Hex color #F45A00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45A00 is #0BA5FF. Grayscale: #7E7E7E. Windows color (decimal): -763392 or 23284. OLE color: 23284.

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

Color convert

RGB 244 90 0 -
CMYK 0 0.63 1 0.04
HSL 22.13º 1% 0.48% -
HSV(B) 22.13º 1% 0.96% -
XYZ 40.96 26.55 2.96 -
YUV 125.79 57.02 212.32 -
System Red Green Blue C M Y K H S L
Decimal 244 90 0 0 0.63 1 0.04 22.13 1 0.48
Hex F4 5A 0 0 3F 64 4 16 64 30
Octal 364 132 0 0 77 144 4 26 144 60
Binary 11110100 1011010 0 0 111111 1100100 100 10110 1100100 110000

Color Harmonies of #F45A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45A00

Black with #F45A00

Text Example


Text Example

White with #F45A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45A00; }

 p { color: rgb(244,90,0); }

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

background-color css

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

 a { background-color: rgb(244,90,0); }

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

border-color css

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

 span { border-color: rgb(244,90,0); }

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