Html Css Color HEX #F9BA61 Rajah

📋 copy color: '#F9BA61'

red 249 ◦ green 186 ◦ blue 97

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

Shades of Rajah #F9BA61

Tints of Rajah #F9BA61

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.96%

 BLUE value IS 97 (38.28% from 255) = 18.23%

R = 46.8%
G = 34.96%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#F9BA61 (or 0xF9BA61) is known color: Rajah. HEX triplet: F9, BA and 61. RGB value is (249,186,97). Sum of RGB (Red+Green+Blue) = 249+186+97=532 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.80% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 97 (38.28% from 255 or 18.23% from 532); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9BA61 is #06459E. Grayscale: #C3C3C3. Windows color (decimal): -411039 or 6404857. OLE color: 6404857.

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

Color convert

RGB 249 186 97 -
CMYK 0 0.25 0.61 0.02
HSL 35.13º 0.93% 0.68% -
HSV(B) 35.13º 0.61% 0.98% -
XYZ 58.78 56.12 19.04 -
YUV 194.69 72.87 166.74 -
System Red Green Blue C M Y K H S L
Decimal 249 186 97 0 0.25 0.61 0.02 35.13 0.93 0.68
Hex F9 BA 61 0 19 3D 2 23 5D 44
Octal 371 272 141 0 31 75 2 43 135 104
Binary 11111001 10111010 1100001 0 11001 111101 10 100011 1011101 1000100

Color Harmonies of #F9BA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BA61

Black with #F9BA61

Text Example


Text Example

White with #F9BA61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BA61; }

 p { color: rgb(249,186,97); }

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

background-color css

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

 a { background-color: rgb(249,186,97); }

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

border-color css

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

 span { border-color: rgb(249,186,97); }

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