Html Css Color HEX #F25345 Sunset Orange

📋 copy color: '#F25345'

red 242 ◦ green 83 ◦ blue 69

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

Shades of Sunset Orange #F25345

Tints of Sunset Orange #F25345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.51%

R = 61.42%
G = 21.07%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F25345 (or 0xF25345) is known color: Sunset Orange. HEX triplet: F2, 53 and 45. RGB value is (242,83,69). Sum of RGB (Red+Green+Blue) = 242+83+69=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 69 (27.34% from 255 or 17.51% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F25345 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25345 is #0DACBA. Grayscale: #818181. Windows color (decimal): -896187 or 4543474. OLE color: 4543474.

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

Color convert

RGB 242 83 69 -
CMYK 0 0.66 0.71 0.05
HSL 4.86º 0.87% 0.61% -
HSV(B) 4.86º 0.71% 0.95% -
XYZ 40.79 25.49 8.4 -
YUV 128.95 94.18 208.64 -
System Red Green Blue C M Y K H S L
Decimal 242 83 69 0 0.66 0.71 0.05 4.86 0.87 0.61
Hex F2 53 45 0 42 47 5 5 57 3D
Octal 362 123 105 0 102 107 5 5 127 75
Binary 11110010 1010011 1000101 0 1000010 1000111 101 101 1010111 111101

Color Harmonies of #F25345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25345

Black with #F25345

Text Example


Text Example

White with #F25345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25345; }

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

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

background-color css

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

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

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

border-color css

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

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

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