Html Css Color HEX #FD6229 Outrageous Orange

📋 copy color: '#FD6229'

red 253 ◦ green 98 ◦ blue 41

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

Shades of Outrageous Orange #FD6229

Tints of Outrageous Orange #FD6229

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25%

 BLUE value IS 41 (16.41% from 255) = 10.46%

R = 64.54%
G = 25%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FD6229 (or 0xFD6229) is known color: Outrageous Orange. HEX triplet: FD, 62 and 29. RGB value is (253,98,41). Sum of RGB (Red+Green+Blue) = 253+98+41=392 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.54% from 392); Green value is 98 (38.67% from 255 or 25% from 392); Blue value is 41 (16.41% from 255 or 10.46% from 392); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6229 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6229 is #029DD6. Grayscale: #8A8A8A. Windows color (decimal): -171479 or 2712317. OLE color: 2712317.

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

Color convert

RGB 253 98 41 -
CMYK 0 0.61 0.84 0.01
HSL 16.13º 0.98% 0.58% -
HSV(B) 16.13º 0.84% 0.99% -
XYZ 45.28 29.78 5.46 -
YUV 137.85 73.35 210.13 -
System Red Green Blue C M Y K H S L
Decimal 253 98 41 0 0.61 0.84 0.01 16.13 0.98 0.58
Hex FD 62 29 0 3D 54 1 10 62 3A
Octal 375 142 51 0 75 124 1 20 142 72
Binary 11111101 1100010 101001 0 111101 1010100 1 10000 1100010 111010

Color Harmonies of #FD6229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6229

Black with #FD6229

Text Example


Text Example

White with #FD6229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6229; }

 p { color: rgb(253,98,41); }

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

background-color css

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

 a { background-color: rgb(253,98,41); }

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

border-color css

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

 span { border-color: rgb(253,98,41); }

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