Html Css Color HEX #FFA306 Orange

📋 copy color: '#FFA306'

red 255 ◦ green 163 ◦ blue 6

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

Shades of Orange #FFA306

Tints of Orange #FFA306

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.44%

 BLUE value IS 6 (2.73% from 255) = 1.42%

R = 60.14%
G = 38.44%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FFA306 (or 0xFFA306) is known color: Orange. HEX triplet: FF, A3 and 06. RGB value is (255,163,6). Sum of RGB (Red+Green+Blue) = 255+163+6=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 163 (64.06% from 255 or 38.44% from 424); Blue value is 6 (2.73% from 255 or 1.42% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA306 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA306 is #005CF9. Grayscale: #ADADAD. Windows color (decimal): -23802 or 435199. OLE color: 435199.

HSL color Cylindrical-coordinate representation of color #FFA306: hue angle of 37.83º 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 #FFA306 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

RGB 255 163 6 -
CMYK 0 0.36 0.98 0
HSL 37.83º 1% 0.51% -
HSV(B) 37.83º 0.98% 1% -
XYZ 54.37 47.47 6.47 -
YUV 172.61 33.98 186.77 -
System Red Green Blue C M Y K H S L
Decimal 255 163 6 0 0.36 0.98 0 37.83 1 0.51
Hex FF A3 6 0 24 62 0 26 64 33
Octal 377 243 6 0 44 142 0 46 144 63
Binary 11111111 10100011 110 0 100100 1100010 0 100110 1100100 110011

Color Harmonies of #FFA306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA306

Black with #FFA306

Text Example


Text Example

White with #FFA306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA306; }

 p { color: rgb(255,163,6); }

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

background-color css

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

 a { background-color: rgb(255,163,6); }

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

border-color css

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

 span { border-color: rgb(255,163,6); }

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