Html Css Color HEX #F4260B Scarlet

📋 copy color: '#F4260B'

red 244 ◦ green 38 ◦ blue 11

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

Shades of Scarlet #F4260B

Tints of Scarlet #F4260B

RGB

 RED value IS 244 (95.7% from 255) = 83.28%

 GREEN value IS 38 (15.23% from 255) = 12.97%

 BLUE value IS 11 (4.69% from 255) = 3.75%

R = 83.28%
G = 12.97%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F4260B (or 0xF4260B) is known color: Scarlet. HEX triplet: F4, 26 and 0B. RGB value is (244,38,11). Sum of RGB (Red+Green+Blue) = 244+38+11=293 (38% of max value = 765). Red value is 244 (95.70% from 255 or 83.28% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 11 (4.69% from 255 or 3.75% from 293); Max value from RGB is 244 - color contains mainly: red. Hex color #F4260B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F4260B is #0BD9F4. Grayscale: #606060. Windows color (decimal): -776693 or 730868. OLE color: 730868.

HSL color Cylindrical-coordinate representation of color #F4260B: hue angle of 6.95º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F4260B is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 38 11 -
CMYK 0 0.84 0.95 0.04
HSL 6.95º 0.91% 0.5% -
HSV(B) 6.95º 0.95% 0.96% -
XYZ 38.06 20.64 2.3 -
YUV 96.52 79.75 233.2 -
System Red Green Blue C M Y K H S L
Decimal 244 38 11 0 0.84 0.95 0.04 6.95 0.91 0.5
Hex F4 26 B 0 54 5F 4 7 5B 32
Octal 364 46 13 0 124 137 4 7 133 62
Binary 11110100 100110 1011 0 1010100 1011111 100 111 1011011 110010

Color Harmonies of #F4260B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4260B

Black with #F4260B

Text Example


Text Example

White with #F4260B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4260B; }

 p { color: rgb(244,38,11); }

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

background-color css

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

 a { background-color: rgb(244,38,11); }

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

border-color css

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

 span { border-color: rgb(244,38,11); }

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