Html Css Color HEX #F2533F Sunset Orange

📋 copy color: '#F2533F'

red 242 ◦ green 83 ◦ blue 63

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

Shades of Sunset Orange #F2533F

Tints of Sunset Orange #F2533F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.24%

R = 62.37%
G = 21.39%
B = 16.24%

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

#F2533F (or 0xF2533F) is known color: Sunset Orange. HEX triplet: F2, 53 and 3F. RGB value is (242,83,63). Sum of RGB (Red+Green+Blue) = 242+83+63=388 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.37% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 63 (25% from 255 or 16.24% from 388); Max value from RGB is 242 - color contains mainly: red. Hex color #F2533F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2533F is #0DACC0. Grayscale: #808080. Windows color (decimal): -896193 or 4150258. OLE color: 4150258.

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

Color convert

RGB 242 83 63 -
CMYK 0 0.66 0.74 0.05
HSL 6.7º 0.87% 0.6% -
HSV(B) 6.7º 0.74% 0.95% -
XYZ 40.61 25.42 7.47 -
YUV 128.26 91.18 209.13 -
System Red Green Blue C M Y K H S L
Decimal 242 83 63 0 0.66 0.74 0.05 6.7 0.87 0.6
Hex F2 53 3F 0 42 4A 5 7 57 3C
Octal 362 123 77 0 102 112 5 7 127 74
Binary 11110010 1010011 111111 0 1000010 1001010 101 111 1010111 111100

Color Harmonies of #F2533F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2533F

Black with #F2533F

Text Example


Text Example

White with #F2533F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2533F; }

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

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

background-color css

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

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

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

border-color css

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

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

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