Html Css Color HEX #FDAB04 Orange

📋 copy color: '#FDAB04'

red 253 ◦ green 171 ◦ blue 4

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

Shades of Orange #FDAB04

Tints of Orange #FDAB04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.93%

R = 59.11%
G = 39.95%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FDAB04 (or 0xFDAB04) is known color: Orange. HEX triplet: FD, AB and 04. RGB value is (253,171,4). Sum of RGB (Red+Green+Blue) = 253+171+4=428 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.11% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 4 (1.95% from 255 or 0.93% from 428); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDAB04 is #0254FB. Grayscale: #B1B1B1. Windows color (decimal): -152828 or 306173. OLE color: 306173.

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

Color convert

RGB 253 171 4 -
CMYK 0 0.32 0.98 0.01
HSL 40.24º 0.98% 0.5% -
HSV(B) 40.24º 0.98% 0.99% -
XYZ 55.09 50.02 6.87 -
YUV 176.48 30.67 182.58 -
System Red Green Blue C M Y K H S L
Decimal 253 171 4 0 0.32 0.98 0.01 40.24 0.98 0.5
Hex FD AB 4 0 20 62 1 28 62 32
Octal 375 253 4 0 40 142 1 50 142 62
Binary 11111101 10101011 100 0 100000 1100010 1 101000 1100010 110010

Color Harmonies of #FDAB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAB04

Black with #FDAB04

Text Example


Text Example

White with #FDAB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAB04; }

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

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

background-color css

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

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

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

border-color css

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

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

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