Html Css Color HEX #F25340 Sunset Orange

📋 copy color: '#F25340'

red 242 ◦ green 83 ◦ blue 64

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

Shades of Sunset Orange #F25340

Tints of Sunset Orange #F25340

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.34%

 BLUE value IS 64 (25.39% from 255) = 16.45%

R = 62.21%
G = 21.34%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F25340 (or 0xF25340) is known color: Sunset Orange. HEX triplet: F2, 53 and 40. RGB value is (242,83,64). Sum of RGB (Red+Green+Blue) = 242+83+64=389 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.21% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 242 - color contains mainly: red. Hex color #F25340 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25340 is #0DACBF. Grayscale: #808080. Windows color (decimal): -896192 or 4215794. OLE color: 4215794.

HSL color Cylindrical-coordinate representation of color #F25340: hue angle of 6.4º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F25340 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 83 64 -
CMYK 0 0.66 0.74 0.05
HSL 6.4º 0.87% 0.6% -
HSV(B) 6.4º 0.74% 0.95% -
XYZ 40.64 25.43 7.62 -
YUV 128.38 91.68 209.04 -
System Red Green Blue C M Y K H S L
Decimal 242 83 64 0 0.66 0.74 0.05 6.4 0.87 0.6
Hex F2 53 40 0 42 4A 5 6 57 3C
Octal 362 123 100 0 102 112 5 6 127 74
Binary 11110010 1010011 1000000 0 1000010 1001010 101 110 1010111 111100

Color Harmonies of #F25340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25340

Black with #F25340

Text Example


Text Example

White with #F25340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25340; }

 p { color: rgb(242,83,64); }

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

background-color css

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

 a { background-color: rgb(242,83,64); }

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

border-color css

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

 span { border-color: rgb(242,83,64); }

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