Html Css Color HEX #F9270B Scarlet

📋 copy color: '#F9270B'

red 249 ◦ green 39 ◦ blue 11

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

Shades of Scarlet #F9270B

Tints of Scarlet #F9270B

RGB

 RED value IS 249 (97.66% from 255) = 83.28%

 GREEN value IS 39 (15.63% from 255) = 13.04%

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

R = 83.28%
G = 13.04%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F9270B (or 0xF9270B) is known color: Scarlet. HEX triplet: F9, 27 and 0B. RGB value is (249,39,11). Sum of RGB (Red+Green+Blue) = 249+39+11=299 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83.28% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 249 - color contains mainly: red. Hex color #F9270B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9270B is #06D8F4. Grayscale: #626262. Windows color (decimal): -448757 or 731129. OLE color: 731129.

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

Color convert

RGB 249 39 11 -
CMYK 0 0.84 0.96 0.02
HSL 7.06º 0.95% 0.51% -
HSV(B) 7.06º 0.96% 0.98% -
XYZ 39.85 21.61 2.39 -
YUV 98.6 78.57 235.28 -
System Red Green Blue C M Y K H S L
Decimal 249 39 11 0 0.84 0.96 0.02 7.06 0.95 0.51
Hex F9 27 B 0 54 60 2 7 5F 33
Octal 371 47 13 0 124 140 2 7 137 63
Binary 11111001 100111 1011 0 1010100 1100000 10 111 1011111 110011

Color Harmonies of #F9270B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9270B

Black with #F9270B

Text Example


Text Example

White with #F9270B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9270B; }

 p { color: rgb(249,39,11); }

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

background-color css

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

 a { background-color: rgb(249,39,11); }

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

border-color css

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

 span { border-color: rgb(249,39,11); }

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