Html Css Color HEX #FFA742 Yellow Orange

📋 copy color: '#FFA742'

red 255 ◦ green 167 ◦ blue 66

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

Shades of Yellow Orange #FFA742

Tints of Yellow Orange #FFA742

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.22%

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

R = 52.25%
G = 34.22%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#FFA742 (or 0xFFA742) is known color: Yellow Orange. HEX triplet: FF, A7 and 42. RGB value is (255,167,66). Sum of RGB (Red+Green+Blue) = 255+167+66=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 167 (65.62% from 255 or 34.22% from 488); Blue value is 66 (26.17% from 255 or 13.52% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA742 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA742 is #0058BD. Grayscale: #B6B6B6. Windows color (decimal): -22718 or 4368383. OLE color: 4368383.

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

Color convert

RGB 255 167 66 -
CMYK 0 0.35 0.74 0
HSL 32.06º 1% 0.63% -
HSV(B) 32.06º 0.74% 1% -
XYZ 56.04 49.29 11.71 -
YUV 181.8 62.65 180.21 -
System Red Green Blue C M Y K H S L
Decimal 255 167 66 0 0.35 0.74 0 32.06 1 0.63
Hex FF A7 42 0 23 4A 0 20 64 3F
Octal 377 247 102 0 43 112 0 40 144 77
Binary 11111111 10100111 1000010 0 100011 1001010 0 100000 1100100 111111

Color Harmonies of #FFA742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA742

Black with #FFA742

Text Example


Text Example

White with #FFA742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA742; }

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

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

background-color css

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

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

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

border-color css

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

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

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