Html Css Color HEX #F02B2B Red Orange

📋 copy color: '#F02B2B'

red 240 ◦ green 43 ◦ blue 43

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

Shades of Red Orange #F02B2B

Tints of Red Orange #F02B2B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.19%

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

R = 73.62%
G = 13.19%
B = 13.19%

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

#F02B2B (or 0xF02B2B) is known color: Red Orange. HEX triplet: F0, 2B and 2B. RGB value is (240,43,43). Sum of RGB (Red+Green+Blue) = 240+43+43=326 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.62% from 326); Green value is 43 (17.19% from 255 or 13.19% from 326); Blue value is 43 (17.19% from 255 or 13.19% from 326); Max value from RGB is 240 - color contains mainly: red. Hex color #F02B2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02B2B is #0FD4D4. Grayscale: #666666. Windows color (decimal): -1037525 or 2829296. OLE color: 2829296.

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

Color convert

RGB 240 43 43 -
CMYK 0 0.82 0.82 0.06
HSL 0.87% 0.55% -
HSV(B) 0.82% 0.94% -
XYZ 37.24 20.43 4.27 -
YUV 101.9 94.77 226.5 -
System Red Green Blue C M Y K H S L
Decimal 240 43 43 0 0.82 0.82 0.06 0 0.87 0.55
Hex F0 2B 2B 0 52 52 6 0 57 37
Octal 360 53 53 0 122 122 6 0 127 67
Binary 11110000 101011 101011 0 1010010 1010010 110 0 1010111 110111

Color Harmonies of #F02B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02B2B

Black with #F02B2B

Text Example


Text Example

White with #F02B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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