Html Css Color HEX #FAA968 Rajah

📋 copy color: '#FAA968'

red 250 ◦ green 169 ◦ blue 104

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

Shades of Rajah #FAA968

Tints of Rajah #FAA968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.89%

R = 47.8%
G = 32.31%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FAA968 (or 0xFAA968) is known color: Rajah. HEX triplet: FA, A9 and 68. RGB value is (250,169,104). Sum of RGB (Red+Green+Blue) = 250+169+104=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 169 (66.41% from 255 or 32.31% from 523); Blue value is 104 (41.02% from 255 or 19.89% from 523); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA968 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA968 is #055697. Grayscale: #BABABA. Windows color (decimal): -349848 or 6859258. OLE color: 6859258.

HSL color Cylindrical-coordinate representation of color #FAA968: hue angle of 26.71º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FAA968 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 169 104 -
CMYK 0 0.32 0.58 0.02
HSL 26.71º 0.94% 0.69% -
HSV(B) 26.71º 0.58% 0.98% -
XYZ 56.11 49.7 19.73 -
YUV 185.81 81.84 173.79 -
System Red Green Blue C M Y K H S L
Decimal 250 169 104 0 0.32 0.58 0.02 26.71 0.94 0.69
Hex FA A9 68 0 20 3A 2 1B 5E 45
Octal 372 251 150 0 40 72 2 33 136 105
Binary 11111010 10101001 1101000 0 100000 111010 10 11011 1011110 1000101

Color Harmonies of #FAA968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA968

Black with #FAA968

Text Example


Text Example

White with #FAA968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA968; }

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

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

background-color css

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

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

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

border-color css

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

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

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