Html Css Color HEX #F23428 Red Orange

📋 copy color: '#F23428'

red 242 ◦ green 52 ◦ blue 40

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

Shades of Red Orange #F23428

Tints of Red Orange #F23428

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.57%

 BLUE value IS 40 (16.02% from 255) = 11.98%

R = 72.46%
G = 15.57%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F23428 (or 0xF23428) is known color: Red Orange. HEX triplet: F2, 34 and 28. RGB value is (242,52,40). Sum of RGB (Red+Green+Blue) = 242+52+40=334 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.46% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 40 (16.02% from 255 or 11.98% from 334); Max value from RGB is 242 - color contains mainly: red. Hex color #F23428 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23428 is #0DCBD7. Grayscale: #6B6B6B. Windows color (decimal): -904152 or 2634994. OLE color: 2634994.

HSL color Cylindrical-coordinate representation of color #F23428: hue angle of 3.56º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F23428 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 52 40 -
CMYK 0 0.79 0.83 0.05
HSL 3.56º 0.89% 0.55% -
HSV(B) 3.56º 0.83% 0.95% -
XYZ 38.23 21.49 4.14 -
YUV 107.44 89.95 223.98 -
System Red Green Blue C M Y K H S L
Decimal 242 52 40 0 0.79 0.83 0.05 3.56 0.89 0.55
Hex F2 34 28 0 4F 53 5 4 59 37
Octal 362 64 50 0 117 123 5 4 131 67
Binary 11110010 110100 101000 0 1001111 1010011 101 100 1011001 110111

Color Harmonies of #F23428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23428

Black with #F23428

Text Example


Text Example

White with #F23428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23428; }

 p { color: rgb(242,52,40); }

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

background-color css

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

 a { background-color: rgb(242,52,40); }

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

border-color css

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

 span { border-color: rgb(242,52,40); }

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