Html Css Color HEX #FDAB3A Yellow Orange

📋 copy color: '#FDAB3A'

red 253 ◦ green 171 ◦ blue 58

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

Shades of Yellow Orange #FDAB3A

Tints of Yellow Orange #FDAB3A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.48%

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

R = 52.49%
G = 35.48%
B = 12.03%

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

#FDAB3A (or 0xFDAB3A) is known color: Yellow Orange. HEX triplet: FD, AB and 3A. RGB value is (253,171,58). Sum of RGB (Red+Green+Blue) = 253+171+58=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 58 (23.05% from 255 or 12.03% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAB3A is #0254C5. Grayscale: #B7B7B7. Windows color (decimal): -152774 or 3845117. OLE color: 3845117.

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

Color convert

RGB 253 171 58 -
CMYK 0 0.32 0.77 0.01
HSL 34.77º 0.98% 0.61% -
HSV(B) 34.77º 0.77% 0.99% -
XYZ 55.83 50.31 10.77 -
YUV 182.64 57.67 178.19 -
System Red Green Blue C M Y K H S L
Decimal 253 171 58 0 0.32 0.77 0.01 34.77 0.98 0.61
Hex FD AB 3A 0 20 4D 1 23 62 3D
Octal 375 253 72 0 40 115 1 43 142 75
Binary 11111101 10101011 111010 0 100000 1001101 1 100011 1100010 111101

Color Harmonies of #FDAB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAB3A

Black with #FDAB3A

Text Example


Text Example

White with #FDAB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAB3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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