Html Css Color HEX #F9231B Scarlet

📋 copy color: '#F9231B'

red 249 ◦ green 35 ◦ blue 27

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

Shades of Scarlet #F9231B

Tints of Scarlet #F9231B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.25%

 BLUE value IS 27 (10.94% from 255) = 8.68%

R = 80.06%
G = 11.25%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#F9231B (or 0xF9231B) is known color: Scarlet. HEX triplet: F9, 23 and 1B. RGB value is (249,35,27). Sum of RGB (Red+Green+Blue) = 249+35+27=311 (41% of max value = 765). Red value is 249 (97.66% from 255 or 80.06% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 27 (10.94% from 255 or 8.68% from 311); Max value from RGB is 249 - color contains mainly: red. Hex color #F9231B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9231B is #06DCE4. Grayscale: #626262. Windows color (decimal): -449765 or 1778681. OLE color: 1778681.

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

Color convert

RGB 249 35 27 -
CMYK 0 0.86 0.89 0.02
HSL 2.16º 0.95% 0.54% -
HSV(B) 2.16º 0.89% 0.98% -
XYZ 39.87 21.42 3.07 -
YUV 98.07 87.9 235.65 -
System Red Green Blue C M Y K H S L
Decimal 249 35 27 0 0.86 0.89 0.02 2.16 0.95 0.54
Hex F9 23 1B 0 56 59 2 2 5F 36
Octal 371 43 33 0 126 131 2 2 137 66
Binary 11111001 100011 11011 0 1010110 1011001 10 10 1011111 110110

Color Harmonies of #F9231B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9231B

Black with #F9231B

Text Example


Text Example

White with #F9231B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9231B; }

 p { color: rgb(249,35,27); }

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

background-color css

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

 a { background-color: rgb(249,35,27); }

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

border-color css

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

 span { border-color: rgb(249,35,27); }

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