Html Css Color HEX #FFA504 Orange

📋 copy color: '#FFA504'

red 255 ◦ green 165 ◦ blue 4

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

Shades of Orange #FFA504

Tints of Orange #FFA504

RGB

 RED value IS 255 (100% from 255) = 60.14%

 GREEN value IS 165 (64.84% from 255) = 38.92%

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

R = 60.14%
G = 38.92%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FFA504 (or 0xFFA504) is known color: Orange. HEX triplet: FF, A5 and 04. RGB value is (255,165,4). Sum of RGB (Red+Green+Blue) = 255+165+4=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 165 (64.84% from 255 or 38.92% from 424); Blue value is 4 (1.95% from 255 or 0.94% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA504 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA504 is #005AFB. Grayscale: #AEAEAE. Windows color (decimal): -23292 or 304639. OLE color: 304639.

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

Color convert

RGB 255 165 4 -
CMYK 0 0.35 0.98 0
HSL 38.49º 1% 0.51% -
HSV(B) 38.49º 0.98% 1% -
XYZ 54.72 48.18 6.53 -
YUV 173.56 32.32 186.09 -
System Red Green Blue C M Y K H S L
Decimal 255 165 4 0 0.35 0.98 0 38.49 1 0.51
Hex FF A5 4 0 23 62 0 26 64 33
Octal 377 245 4 0 43 142 0 46 144 63
Binary 11111111 10100101 100 0 100011 1100010 0 100110 1100100 110011

Color Harmonies of #FFA504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA504

Black with #FFA504

Text Example


Text Example

White with #FFA504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA504; }

 p { color: rgb(255,165,4); }

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

background-color css

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

 a { background-color: rgb(255,165,4); }

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

border-color css

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

 span { border-color: rgb(255,165,4); }

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