Html Css Color HEX #FDB16A Rajah

📋 copy color: '#FDB16A'

red 253 ◦ green 177 ◦ blue 106

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

Shades of Rajah #FDB16A

Tints of Rajah #FDB16A

RGB

 RED value IS 253 (99.22% from 255) = 47.2%

 GREEN value IS 177 (69.53% from 255) = 33.02%

 BLUE value IS 106 (41.8% from 255) = 19.78%

R = 47.2%
G = 33.02%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FDB16A (or 0xFDB16A) is known color: Rajah. HEX triplet: FD, B1 and 6A. RGB value is (253,177,106). Sum of RGB (Red+Green+Blue) = 253+177+106=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 177 (69.53% from 255 or 33.02% from 536); Blue value is 106 (41.80% from 255 or 19.78% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB16A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB16A is #024E95. Grayscale: #BFBFBF. Windows color (decimal): -151190 or 6992381. OLE color: 6992381.

HSL color Cylindrical-coordinate representation of color #FDB16A: hue angle of 28.98º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FDB16A is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 177 106 -
CMYK 0 0.30 0.58 0.01
HSL 28.98º 0.97% 0.7% -
HSV(B) 28.98º 0.58% 0.99% -
XYZ 58.83 53.37 20.84 -
YUV 191.63 79.68 171.77 -
System Red Green Blue C M Y K H S L
Decimal 253 177 106 0 0.30 0.58 0.01 28.98 0.97 0.7
Hex FD B1 6A 0 1E 3A 1 1D 61 46
Octal 375 261 152 0 36 72 1 35 141 106
Binary 11111101 10110001 1101010 0 11110 111010 1 11101 1100001 1000110

Color Harmonies of #FDB16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB16A

Black with #FDB16A

Text Example


Text Example

White with #FDB16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB16A; }

 p { color: rgb(253,177,106); }

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

background-color css

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

 a { background-color: rgb(253,177,106); }

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

border-color css

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

 span { border-color: rgb(253,177,106); }

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