Html Css Color HEX #F34F30 Sunset Orange

📋 copy color: '#F34F30'

red 243 ◦ green 79 ◦ blue 48

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

Shades of Sunset Orange #F34F30

Tints of Sunset Orange #F34F30

RGB

 RED value IS 243 (95.31% from 255) = 65.68%

 GREEN value IS 79 (31.25% from 255) = 21.35%

 BLUE value IS 48 (19.14% from 255) = 12.97%

R = 65.68%
G = 21.35%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F34F30 (or 0xF34F30) is known color: Sunset Orange. HEX triplet: F3, 4F and 30. RGB value is (243,79,48). Sum of RGB (Red+Green+Blue) = 243+79+48=370 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.68% from 370); Green value is 79 (31.25% from 255 or 21.35% from 370); Blue value is 48 (19.14% from 255 or 12.97% from 370); Max value from RGB is 243 - color contains mainly: red. Hex color #F34F30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F34F30 is #0CB0CF. Grayscale: #7C7C7C. Windows color (decimal): -831696 or 3166195. OLE color: 3166195.

HSL color Cylindrical-coordinate representation of color #F34F30: hue angle of 9.54º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F34F30 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 79 48 -
CMYK 0 0.67 0.80 0.05
HSL 9.54º 0.89% 0.57% -
HSV(B) 9.54º 0.8% 0.95% -
XYZ 40.29 24.86 5.47 -
YUV 124.5 84.83 212.52 -
System Red Green Blue C M Y K H S L
Decimal 243 79 48 0 0.67 0.80 0.05 9.54 0.89 0.57
Hex F3 4F 30 0 43 50 5 A 59 39
Octal 363 117 60 0 103 120 5 12 131 71
Binary 11110011 1001111 110000 0 1000011 1010000 101 1010 1011001 111001

Color Harmonies of #F34F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34F30

Black with #F34F30

Text Example


Text Example

White with #F34F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34F30; }

 p { color: rgb(243,79,48); }

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

background-color css

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

 a { background-color: rgb(243,79,48); }

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

border-color css

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

 span { border-color: rgb(243,79,48); }

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