Html Css Color HEX #FAA93B Yellow Orange

📋 copy color: '#FAA93B'

red 250 ◦ green 169 ◦ blue 59

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

Shades of Yellow Orange #FAA93B

Tints of Yellow Orange #FAA93B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.36%

 BLUE value IS 59 (23.44% from 255) = 12.34%

R = 52.3%
G = 35.36%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FAA93B (or 0xFAA93B) is known color: Yellow Orange. HEX triplet: FA, A9 and 3B. RGB value is (250,169,59). Sum of RGB (Red+Green+Blue) = 250+169+59=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 169 (66.41% from 255 or 35.36% from 478); Blue value is 59 (23.44% from 255 or 12.34% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA93B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA93B is #0556C4. Grayscale: #B5B5B5. Windows color (decimal): -349893 or 3910138. OLE color: 3910138.

HSL color Cylindrical-coordinate representation of color #FAA93B: hue angle of 34.55º 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 #FAA93B is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 169 59 -
CMYK 0 0.32 0.76 0.02
HSL 34.55º 0.95% 0.61% -
HSV(B) 34.55º 0.76% 0.98% -
XYZ 54.4 49.02 10.73 -
YUV 180.68 59.34 177.44 -
System Red Green Blue C M Y K H S L
Decimal 250 169 59 0 0.32 0.76 0.02 34.55 0.95 0.61
Hex FA A9 3B 0 20 4C 2 23 5F 3D
Octal 372 251 73 0 40 114 2 43 137 75
Binary 11111010 10101001 111011 0 100000 1001100 10 100011 1011111 111101

Color Harmonies of #FAA93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA93B

Black with #FAA93B

Text Example


Text Example

White with #FAA93B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA93B; }

 p { color: rgb(250,169,59); }

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

background-color css

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

 a { background-color: rgb(250,169,59); }

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

border-color css

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

 span { border-color: rgb(250,169,59); }

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