Html Css Color HEX #FDAC3A Yellow Orange

📋 copy color: '#FDAC3A'

red 253 ◦ green 172 ◦ blue 58

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

Shades of Yellow Orange #FDAC3A

Tints of Yellow Orange #FDAC3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.01%

R = 52.38%
G = 35.61%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FDAC3A (or 0xFDAC3A) is known color: Yellow Orange. HEX triplet: FD, AC and 3A. RGB value is (253,172,58). Sum of RGB (Red+Green+Blue) = 253+172+58=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 58 (23.05% from 255 or 12.01% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAC3A is #0253C5. Grayscale: #B7B7B7. Windows color (decimal): -152518 or 3845373. OLE color: 3845373.

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

Color convert

RGB 253 172 58 -
CMYK 0 0.32 0.77 0.01
HSL 35.08º 0.98% 0.61% -
HSV(B) 35.08º 0.77% 0.99% -
XYZ 56.02 50.69 10.83 -
YUV 183.22 57.34 177.77 -
System Red Green Blue C M Y K H S L
Decimal 253 172 58 0 0.32 0.77 0.01 35.08 0.98 0.61
Hex FD AC 3A 0 20 4D 1 23 62 3D
Octal 375 254 72 0 40 115 1 43 142 75
Binary 11111101 10101100 111010 0 100000 1001101 1 100011 1100010 111101

Color Harmonies of #FDAC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAC3A

Black with #FDAC3A

Text Example


Text Example

White with #FDAC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAC3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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