Html Css Color HEX #FDB56A Rajah

📋 copy color: '#FDB56A'

red 253 ◦ green 181 ◦ blue 106

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

Shades of Rajah #FDB56A

Tints of Rajah #FDB56A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.52%

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

R = 46.85%
G = 33.52%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FDB56A (or 0xFDB56A) is known color: Rajah. HEX triplet: FD, B5 and 6A. RGB value is (253,181,106). Sum of RGB (Red+Green+Blue) = 253+181+106=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 181 (71.09% from 255 or 33.52% from 540); Blue value is 106 (41.80% from 255 or 19.63% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB56A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB56A is #024A95. Grayscale: #C2C2C2. Windows color (decimal): -150166 or 6993405. OLE color: 6993405.

HSL color Cylindrical-coordinate representation of color #FDB56A: hue angle of 30.61º 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 #FDB56A is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 181 106 -
CMYK 0 0.28 0.58 0.01
HSL 30.61º 0.97% 0.7% -
HSV(B) 30.61º 0.58% 0.99% -
XYZ 59.63 54.97 21.1 -
YUV 193.98 78.35 170.1 -
System Red Green Blue C M Y K H S L
Decimal 253 181 106 0 0.28 0.58 0.01 30.61 0.97 0.7
Hex FD B5 6A 0 1C 3A 1 1F 61 46
Octal 375 265 152 0 34 72 1 37 141 106
Binary 11111101 10110101 1101010 0 11100 111010 1 11111 1100001 1000110

Color Harmonies of #FDB56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB56A

Black with #FDB56A

Text Example


Text Example

White with #FDB56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB56A; }

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

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

background-color css

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

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

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

border-color css

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

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

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