Html Css Color HEX #FFA442 Yellow Orange

📋 copy color: '#FFA442'

red 255 ◦ green 164 ◦ blue 66

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

Shades of Yellow Orange #FFA442

Tints of Yellow Orange #FFA442

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.81%

 BLUE value IS 66 (26.17% from 255) = 13.61%

R = 52.58%
G = 33.81%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#FFA442 (or 0xFFA442) is known color: Yellow Orange. HEX triplet: FF, A4 and 42. RGB value is (255,164,66). Sum of RGB (Red+Green+Blue) = 255+164+66=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 66 (26.17% from 255 or 13.61% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA442 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA442 is #005BBD. Grayscale: #B4B4B4. Windows color (decimal): -23486 or 4367615. OLE color: 4367615.

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

Color convert

RGB 255 164 66 -
CMYK 0 0.36 0.74 0
HSL 31.11º 1% 0.63% -
HSV(B) 31.11º 0.74% 1% -
XYZ 55.5 48.2 11.53 -
YUV 180.04 63.65 181.47 -
System Red Green Blue C M Y K H S L
Decimal 255 164 66 0 0.36 0.74 0 31.11 1 0.63
Hex FF A4 42 0 24 4A 0 1F 64 3F
Octal 377 244 102 0 44 112 0 37 144 77
Binary 11111111 10100100 1000010 0 100100 1001010 0 11111 1100100 111111

Color Harmonies of #FFA442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA442

Black with #FFA442

Text Example


Text Example

White with #FFA442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA442; }

 p { color: rgb(255,164,66); }

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

background-color css

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

 a { background-color: rgb(255,164,66); }

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

border-color css

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

 span { border-color: rgb(255,164,66); }

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