Html Css Color HEX #F9B266 Rajah

📋 copy color: '#F9B266'

red 249 ◦ green 178 ◦ blue 102

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

Shades of Rajah #F9B266

Tints of Rajah #F9B266

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.65%

 BLUE value IS 102 (40.23% from 255) = 19.28%

R = 47.07%
G = 33.65%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#F9B266 (or 0xF9B266) is known color: Rajah. HEX triplet: F9, B2 and 66. RGB value is (249,178,102). Sum of RGB (Red+Green+Blue) = 249+178+102=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 102 (40.23% from 255 or 19.28% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B266 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9B266 is #064D99. Grayscale: #BEBEBE. Windows color (decimal): -413082 or 6730489. OLE color: 6730489.

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

Color convert

RGB 249 178 102 -
CMYK 0 0.29 0.59 0.02
HSL 31.02º 0.92% 0.69% -
HSV(B) 31.02º 0.59% 0.98% -
XYZ 57.39 52.94 19.76 -
YUV 190.57 78.02 169.68 -
System Red Green Blue C M Y K H S L
Decimal 249 178 102 0 0.29 0.59 0.02 31.02 0.92 0.69
Hex F9 B2 66 0 1D 3B 2 1F 5C 45
Octal 371 262 146 0 35 73 2 37 134 105
Binary 11111001 10110010 1100110 0 11101 111011 10 11111 1011100 1000101

Color Harmonies of #F9B266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B266

Black with #F9B266

Text Example


Text Example

White with #F9B266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B266; }

 p { color: rgb(249,178,102); }

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

background-color css

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

 a { background-color: rgb(249,178,102); }

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

border-color css

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

 span { border-color: rgb(249,178,102); }

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