Html Css Color HEX #FAA73C Yellow Orange

📋 copy color: '#FAA73C'

red 250 ◦ green 167 ◦ blue 60

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

Shades of Yellow Orange #FAA73C

Tints of Yellow Orange #FAA73C

RGB

 RED value IS 250 (98.05% from 255) = 52.41%

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

 BLUE value IS 60 (23.83% from 255) = 12.58%

R = 52.41%
G = 35.01%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FAA73C (or 0xFAA73C) is known color: Yellow Orange. HEX triplet: FA, A7 and 3C. RGB value is (250,167,60). Sum of RGB (Red+Green+Blue) = 250+167+60=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 167 (65.62% from 255 or 35.01% from 477); Blue value is 60 (23.83% from 255 or 12.58% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA73C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA73C is #0558C3. Grayscale: #B4B4B4. Windows color (decimal): -350404 or 3975162. OLE color: 3975162.

HSL color Cylindrical-coordinate representation of color #FAA73C: hue angle of 33.79º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FAA73C is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 167 60 -
CMYK 0 0.33 0.76 0.02
HSL 33.79º 0.95% 0.61% -
HSV(B) 33.79º 0.76% 0.98% -
XYZ 54.06 48.29 10.75 -
YUV 179.62 60.5 178.2 -
System Red Green Blue C M Y K H S L
Decimal 250 167 60 0 0.33 0.76 0.02 33.79 0.95 0.61
Hex FA A7 3C 0 21 4C 2 22 5F 3D
Octal 372 247 74 0 41 114 2 42 137 75
Binary 11111010 10100111 111100 0 100001 1001100 10 100010 1011111 111101

Color Harmonies of #FAA73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA73C

Black with #FAA73C

Text Example


Text Example

White with #FAA73C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA73C; }

 p { color: rgb(250,167,60); }

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

background-color css

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

 a { background-color: rgb(250,167,60); }

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

border-color css

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

 span { border-color: rgb(250,167,60); }

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