Html Css Color HEX #F24B3F Sunset Orange

📋 copy color: '#F24B3F'

red 242 ◦ green 75 ◦ blue 63

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

Shades of Sunset Orange #F24B3F

Tints of Sunset Orange #F24B3F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.74%

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

R = 63.68%
G = 19.74%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F24B3F (or 0xF24B3F) is known color: Sunset Orange. HEX triplet: F2, 4B and 3F. RGB value is (242,75,63). Sum of RGB (Red+Green+Blue) = 242+75+63=380 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.68% from 380); Green value is 75 (29.69% from 255 or 19.74% from 380); Blue value is 63 (25% from 255 or 16.58% from 380); Max value from RGB is 242 - color contains mainly: red. Hex color #F24B3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24B3F is #0DB4C0. Grayscale: #7B7B7B. Windows color (decimal): -898241 or 4148210. OLE color: 4148210.

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

Color convert

RGB 242 75 63 -
CMYK 0 0.69 0.74 0.05
HSL 4.02º 0.87% 0.6% -
HSV(B) 4.02º 0.74% 0.95% -
XYZ 40.03 24.27 7.28 -
YUV 123.57 93.83 212.48 -
System Red Green Blue C M Y K H S L
Decimal 242 75 63 0 0.69 0.74 0.05 4.02 0.87 0.6
Hex F2 4B 3F 0 45 4A 5 4 57 3C
Octal 362 113 77 0 105 112 5 4 127 74
Binary 11110010 1001011 111111 0 1000101 1001010 101 100 1010111 111100

Color Harmonies of #F24B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24B3F

Black with #F24B3F

Text Example


Text Example

White with #F24B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24B3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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