Html Css Color HEX #F9AD68 Rajah

📋 copy color: '#F9AD68'

red 249 ◦ green 173 ◦ blue 104

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

Shades of Rajah #F9AD68

Tints of Rajah #F9AD68

RGB

 RED value IS 249 (97.66% from 255) = 47.34%

 GREEN value IS 173 (67.97% from 255) = 32.89%

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

R = 47.34%
G = 32.89%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#F9AD68 (or 0xF9AD68) is known color: Rajah. HEX triplet: F9, AD and 68. RGB value is (249,173,104). Sum of RGB (Red+Green+Blue) = 249+173+104=526 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.34% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 104 (41.02% from 255 or 19.77% from 526); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AD68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9AD68 is #065297. Grayscale: #BCBCBC. Windows color (decimal): -414360 or 6860281. OLE color: 6860281.

HSL color Cylindrical-coordinate representation of color #F9AD68: hue angle of 28.55º degrees, saturation: 0.92, 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 #F9AD68 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 173 104 -
CMYK 0 0.31 0.58 0.02
HSL 28.55º 0.92% 0.69% -
HSV(B) 28.55º 0.58% 0.98% -
XYZ 56.51 51.03 19.97 -
YUV 187.86 80.68 171.61 -
System Red Green Blue C M Y K H S L
Decimal 249 173 104 0 0.31 0.58 0.02 28.55 0.92 0.69
Hex F9 AD 68 0 1F 3A 2 1D 5C 45
Octal 371 255 150 0 37 72 2 35 134 105
Binary 11111001 10101101 1101000 0 11111 111010 10 11101 1011100 1000101

Color Harmonies of #F9AD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AD68

Black with #F9AD68

Text Example


Text Example

White with #F9AD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AD68; }

 p { color: rgb(249,173,104); }

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

background-color css

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

 a { background-color: rgb(249,173,104); }

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

border-color css

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

 span { border-color: rgb(249,173,104); }

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