Html Css Color HEX #FDAC3C Yellow Orange

📋 copy color: '#FDAC3C'

red 253 ◦ green 172 ◦ blue 60

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

Shades of Yellow Orange #FDAC3C

Tints of Yellow Orange #FDAC3C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.46%

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

R = 52.16%
G = 35.46%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FDAC3C (or 0xFDAC3C) is known color: Yellow Orange. HEX triplet: FD, AC and 3C. RGB value is (253,172,60). Sum of RGB (Red+Green+Blue) = 253+172+60=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 60 (23.83% from 255 or 12.37% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAC3C is #0253C3. Grayscale: #B7B7B7. Windows color (decimal): -152516 or 3976445. OLE color: 3976445.

HSL color Cylindrical-coordinate representation of color #FDAC3C: hue angle of 34.82º 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 #FDAC3C is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 172 60 -
CMYK 0 0.32 0.76 0.01
HSL 34.82º 0.98% 0.61% -
HSV(B) 34.82º 0.76% 0.99% -
XYZ 56.08 50.71 11.11 -
YUV 183.45 58.34 177.61 -
System Red Green Blue C M Y K H S L
Decimal 253 172 60 0 0.32 0.76 0.01 34.82 0.98 0.61
Hex FD AC 3C 0 20 4C 1 23 62 3D
Octal 375 254 74 0 40 114 1 43 142 75
Binary 11111101 10101100 111100 0 100000 1001100 1 100011 1100010 111101

Color Harmonies of #FDAC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAC3C

Black with #FDAC3C

Text Example


Text Example

White with #FDAC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAC3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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