Html Css Color HEX #F02C2B Red Orange

📋 copy color: '#F02C2B'

red 240 ◦ green 44 ◦ blue 43

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

Shades of Red Orange #F02C2B

Tints of Red Orange #F02C2B

RGB

 RED value IS 240 (94.14% from 255) = 73.39%

 GREEN value IS 44 (17.58% from 255) = 13.46%

 BLUE value IS 43 (17.19% from 255) = 13.15%

R = 73.39%
G = 13.46%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F02C2B (or 0xF02C2B) is known color: Red Orange. HEX triplet: F0, 2C and 2B. RGB value is (240,44,43). Sum of RGB (Red+Green+Blue) = 240+44+43=327 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.39% from 327); Green value is 44 (17.58% from 255 or 13.46% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 240 - color contains mainly: red. Hex color #F02C2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02C2B is #0FD3D4. Grayscale: #666666. Windows color (decimal): -1037269 or 2829552. OLE color: 2829552.

HSL color Cylindrical-coordinate representation of color #F02C2B: hue angle of 0.3º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F02C2B is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 44 43 -
CMYK 0 0.82 0.82 0.06
HSL 0.3º 0.87% 0.55% -
HSV(B) 0.3º 0.82% 0.94% -
XYZ 37.27 20.5 4.28 -
YUV 102.49 94.43 226.08 -
System Red Green Blue C M Y K H S L
Decimal 240 44 43 0 0.82 0.82 0.06 0.3 0.87 0.55
Hex F0 2C 2B 0 52 52 6 0 57 37
Octal 360 54 53 0 122 122 6 0 127 67
Binary 11110000 101100 101011 0 1010010 1010010 110 0 1010111 110111

Color Harmonies of #F02C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02C2B

Black with #F02C2B

Text Example


Text Example

White with #F02C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02C2B; }

 p { color: rgb(240,44,43); }

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

background-color css

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

 a { background-color: rgb(240,44,43); }

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

border-color css

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

 span { border-color: rgb(240,44,43); }

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