Html Css Color HEX #FB240C Scarlet

📋 copy color: '#FB240C'

red 251 ◦ green 36 ◦ blue 12

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

Shades of Scarlet #FB240C

Tints of Scarlet #FB240C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.01%

R = 83.95%
G = 12.04%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FB240C (or 0xFB240C) is known color: Scarlet. HEX triplet: FB, 24 and 0C. RGB value is (251,36,12). Sum of RGB (Red+Green+Blue) = 251+36+12=299 (39% of max value = 765). Red value is 251 (98.44% from 255 or 83.95% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 251 - color contains mainly: red. Hex color #FB240C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB240C is #04DBF3. Grayscale: #616161. Windows color (decimal): -318452 or 795899. OLE color: 795899.

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

Color convert

RGB 251 36 12 -
CMYK 0 0.86 0.95 0.02
HSL 6.03º 0.97% 0.52% -
HSV(B) 6.03º 0.95% 0.98% -
XYZ 40.48 21.8 2.42 -
YUV 97.55 79.73 237.45 -
System Red Green Blue C M Y K H S L
Decimal 251 36 12 0 0.86 0.95 0.02 6.03 0.97 0.52
Hex FB 24 C 0 56 5F 2 6 61 34
Octal 373 44 14 0 126 137 2 6 141 64
Binary 11111011 100100 1100 0 1010110 1011111 10 110 1100001 110100

Color Harmonies of #FB240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB240C

Black with #FB240C

Text Example


Text Example

White with #FB240C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB240C; }

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

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

background-color css

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

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

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

border-color css

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

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

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