Html Css Color HEX #FDAB07 Orange

📋 copy color: '#FDAB07'

red 253 ◦ green 171 ◦ blue 7

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

Shades of Orange #FDAB07

Tints of Orange #FDAB07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.62%

R = 58.7%
G = 39.68%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FDAB07 (or 0xFDAB07) is known color: Orange. HEX triplet: FD, AB and 07. RGB value is (253,171,7). Sum of RGB (Red+Green+Blue) = 253+171+7=431 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.70% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 7 (3.12% from 255 or 1.62% from 431); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDAB07 is #0254F8. Grayscale: #B1B1B1. Windows color (decimal): -152825 or 502781. OLE color: 502781.

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

Color convert

RGB 253 171 7 -
CMYK 0 0.32 0.97 0.01
HSL 40º 0.98% 0.51% -
HSV(B) 40º 0.97% 0.99% -
XYZ 55.11 50.02 6.95 -
YUV 176.82 32.17 182.34 -
System Red Green Blue C M Y K H S L
Decimal 253 171 7 0 0.32 0.97 0.01 40 0.98 0.51
Hex FD AB 7 0 20 61 1 28 62 33
Octal 375 253 7 0 40 141 1 50 142 63
Binary 11111101 10101011 111 0 100000 1100001 1 101000 1100010 110011

Color Harmonies of #FDAB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAB07

Black with #FDAB07

Text Example


Text Example

White with #FDAB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAB07; }

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

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

background-color css

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

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

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

border-color css

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

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

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