Html Css Color HEX #FD8C3C Sun

📋 copy color: '#FD8C3C'

red 253 ◦ green 140 ◦ blue 60

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

Shades of Sun #FD8C3C

Tints of Sun #FD8C3C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.91%

 BLUE value IS 60 (23.83% from 255) = 13.25%

R = 55.85%
G = 30.91%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FD8C3C (or 0xFD8C3C) is known color: Sun. HEX triplet: FD, 8C and 3C. RGB value is (253,140,60). Sum of RGB (Red+Green+Blue) = 253+140+60=453 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.85% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 60 (23.83% from 255 or 13.25% from 453); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8C3C is #0273C3. Grayscale: #A5A5A5. Windows color (decimal): -160708 or 3968253. OLE color: 3968253.

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

Color convert

RGB 253 140 60 -
CMYK 0 0.45 0.76 0.01
HSL 24.87º 0.98% 0.61% -
HSV(B) 24.87º 0.76% 0.99% -
XYZ 50.7 39.97 9.32 -
YUV 164.67 68.94 191 -
System Red Green Blue C M Y K H S L
Decimal 253 140 60 0 0.45 0.76 0.01 24.87 0.98 0.61
Hex FD 8C 3C 0 2D 4C 1 19 62 3D
Octal 375 214 74 0 55 114 1 31 142 75
Binary 11111101 10001100 111100 0 101101 1001100 1 11001 1100010 111101

Color Harmonies of #FD8C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8C3C

Black with #FD8C3C

Text Example


Text Example

White with #FD8C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8C3C; }

 p { color: rgb(253,140,60); }

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

background-color css

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

 a { background-color: rgb(253,140,60); }

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

border-color css

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

 span { border-color: rgb(253,140,60); }

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