Html Css Color HEX #F25405 Persimmon

📋 copy color: '#F25405'

red 242 ◦ green 84 ◦ blue 5

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

Shades of Persimmon #F25405

Tints of Persimmon #F25405

RGB

 RED value IS 242 (94.92% from 255) = 73.11%

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

 BLUE value IS 5 (2.34% from 255) = 1.51%

R = 73.11%
G = 25.38%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F25405 (or 0xF25405) is known color: Persimmon. HEX triplet: F2, 54 and 05. RGB value is (242,84,5). Sum of RGB (Red+Green+Blue) = 242+84+5=331 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.11% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 5 (2.34% from 255 or 1.51% from 331); Max value from RGB is 242 - color contains mainly: red. Hex color #F25405 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25405 is #0DABFA. Grayscale: #7A7A7A. Windows color (decimal): -895995 or 349426. OLE color: 349426.

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

Color convert

RGB 242 84 5 -
CMYK 0 0.65 0.98 0.05
HSL 20º 0.96% 0.48% -
HSV(B) 20º 0.98% 0.95% -
XYZ 39.82 25.23 2.91 -
YUV 122.24 61.85 213.42 -
System Red Green Blue C M Y K H S L
Decimal 242 84 5 0 0.65 0.98 0.05 20 0.96 0.48
Hex F2 54 5 0 41 62 5 14 60 30
Octal 362 124 5 0 101 142 5 24 140 60
Binary 11110010 1010100 101 0 1000001 1100010 101 10100 1100000 110000

Color Harmonies of #F25405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25405

Black with #F25405

Text Example


Text Example

White with #F25405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25405; }

 p { color: rgb(242,84,5); }

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

background-color css

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

 a { background-color: rgb(242,84,5); }

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

border-color css

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

 span { border-color: rgb(242,84,5); }

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