Html Css Color HEX #FD280F Scarlet

📋 copy color: '#FD280F'

red 253 ◦ green 40 ◦ blue 15

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

Shades of Scarlet #FD280F

Tints of Scarlet #FD280F

RGB

 RED value IS 253 (99.22% from 255) = 82.14%

 GREEN value IS 40 (16.02% from 255) = 12.99%

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

R = 82.14%
G = 12.99%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD280F (or 0xFD280F) is known color: Scarlet. HEX triplet: FD, 28 and 0F. RGB value is (253,40,15). Sum of RGB (Red+Green+Blue) = 253+40+15=308 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.14% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 253 - color contains mainly: red. Hex color #FD280F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD280F is #02D7F0. Grayscale: #656565. Windows color (decimal): -186353 or 993533. OLE color: 993533.

HSL color Cylindrical-coordinate representation of color #FD280F: hue angle of 6.3º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD280F is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 40 15 -
CMYK 0 0.84 0.94 0.01
HSL 6.3º 0.98% 0.53% -
HSV(B) 6.3º 0.94% 0.99% -
XYZ 41.35 22.43 2.6 -
YUV 100.84 79.57 236.53 -
System Red Green Blue C M Y K H S L
Decimal 253 40 15 0 0.84 0.94 0.01 6.3 0.98 0.53
Hex FD 28 F 0 54 5E 1 6 62 35
Octal 375 50 17 0 124 136 1 6 142 65
Binary 11111101 101000 1111 0 1010100 1011110 1 110 1100010 110101

Color Harmonies of #FD280F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD280F

Black with #FD280F

Text Example


Text Example

White with #FD280F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD280F; }

 p { color: rgb(253,40,15); }

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

background-color css

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

 a { background-color: rgb(253,40,15); }

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

border-color css

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

 span { border-color: rgb(253,40,15); }

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