Html Css Color HEX #FB240F Scarlet

📋 copy color: '#FB240F'

red 251 ◦ green 36 ◦ blue 15

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

Shades of Scarlet #FB240F

Tints of Scarlet #FB240F

RGB

 RED value IS 251 (98.44% from 255) = 83.11%

 GREEN value IS 36 (14.45% from 255) = 11.92%

 BLUE value IS 15 (6.25% from 255) = 4.97%

R = 83.11%
G = 11.92%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FB240F (or 0xFB240F) is known color: Scarlet. HEX triplet: FB, 24 and 0F. RGB value is (251,36,15). Sum of RGB (Red+Green+Blue) = 251+36+15=302 (40% of max value = 765). Red value is 251 (98.44% from 255 or 83.11% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 15 (6.25% from 255 or 4.97% from 302); Max value from RGB is 251 - color contains mainly: red. Hex color #FB240F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB240F is #04DBF0. Grayscale: #626262. Windows color (decimal): -318449 or 992507. OLE color: 992507.

HSL color Cylindrical-coordinate representation of color #FB240F: hue angle of 5.34º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB240F is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 36 15 -
CMYK 0 0.86 0.94 0.02
HSL 5.34º 0.97% 0.52% -
HSV(B) 5.34º 0.94% 0.98% -
XYZ 40.5 21.81 2.53 -
YUV 97.89 81.23 237.21 -
System Red Green Blue C M Y K H S L
Decimal 251 36 15 0 0.86 0.94 0.02 5.34 0.97 0.52
Hex FB 24 F 0 56 5E 2 5 61 34
Octal 373 44 17 0 126 136 2 5 141 64
Binary 11111011 100100 1111 0 1010110 1011110 10 101 1100001 110100

Color Harmonies of #FB240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB240F

Black with #FB240F

Text Example


Text Example

White with #FB240F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB240F; }

 p { color: rgb(251,36,15); }

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

background-color css

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

 a { background-color: rgb(251,36,15); }

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

border-color css

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

 span { border-color: rgb(251,36,15); }

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