Html Css Color HEX #F23426 Red Orange

📋 copy color: '#F23426'

red 242 ◦ green 52 ◦ blue 38

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

Shades of Red Orange #F23426

Tints of Red Orange #F23426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.45%

R = 72.89%
G = 15.66%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F23426 (or 0xF23426) is known color: Red Orange. HEX triplet: F2, 34 and 26. RGB value is (242,52,38). Sum of RGB (Red+Green+Blue) = 242+52+38=332 (43% of max value = 765). Red value is 242 (94.92% from 255 or 72.89% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 38 (15.23% from 255 or 11.45% from 332); Max value from RGB is 242 - color contains mainly: red. Hex color #F23426 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23426 is #0DCBD9. Grayscale: #6B6B6B. Windows color (decimal): -904154 or 2503922. OLE color: 2503922.

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

Color convert

RGB 242 52 38 -
CMYK 0 0.79 0.84 0.05
HSL 4.12º 0.89% 0.55% -
HSV(B) 4.12º 0.84% 0.95% -
XYZ 38.2 21.47 3.97 -
YUV 107.21 88.95 224.14 -
System Red Green Blue C M Y K H S L
Decimal 242 52 38 0 0.79 0.84 0.05 4.12 0.89 0.55
Hex F2 34 26 0 4F 54 5 4 59 37
Octal 362 64 46 0 117 124 5 4 131 67
Binary 11110010 110100 100110 0 1001111 1010100 101 100 1011001 110111

Color Harmonies of #F23426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23426

Black with #F23426

Text Example


Text Example

White with #F23426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23426; }

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

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

background-color css

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

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

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

border-color css

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

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

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