Html Css Color HEX #FFAB07 Orange

📋 copy color: '#FFAB07'

red 255 ◦ green 171 ◦ blue 7

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

Shades of Orange #FFAB07

Tints of Orange #FFAB07

RGB

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

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

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

R = 58.89%
G = 39.49%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FFAB07 (or 0xFFAB07) is known color: Orange. HEX triplet: FF, AB and 07. RGB value is (255,171,7). Sum of RGB (Red+Green+Blue) = 255+171+7=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 7 (3.12% from 255 or 1.62% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAB07 is #0054F8. Grayscale: #B2B2B2. Windows color (decimal): -21753 or 502783. OLE color: 502783.

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

Color convert

RGB 255 171 7 -
CMYK 0 0.33 0.97 0
HSL 39.68º 1% 0.51% -
HSV(B) 39.68º 0.97% 1% -
XYZ 55.84 50.4 6.99 -
YUV 177.42 31.83 183.34 -
System Red Green Blue C M Y K H S L
Decimal 255 171 7 0 0.33 0.97 0 39.68 1 0.51
Hex FF AB 7 0 21 61 0 28 64 33
Octal 377 253 7 0 41 141 0 50 144 63
Binary 11111111 10101011 111 0 100001 1100001 0 101000 1100100 110011

Color Harmonies of #FFAB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAB07

Black with #FFAB07

Text Example


Text Example

White with #FFAB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAB07; }

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

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

background-color css

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

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

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

border-color css

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

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

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