Html Css Color HEX #FDB76A Rajah

📋 copy color: '#FDB76A'

red 253 ◦ green 183 ◦ blue 106

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

Shades of Rajah #FDB76A

Tints of Rajah #FDB76A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.76%

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

R = 46.68%
G = 33.76%
B = 19.56%

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

#FDB76A (or 0xFDB76A) is known color: Rajah. HEX triplet: FD, B7 and 6A. RGB value is (253,183,106). Sum of RGB (Red+Green+Blue) = 253+183+106=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 183 (71.88% from 255 or 33.76% from 542); Blue value is 106 (41.80% from 255 or 19.56% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB76A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB76A is #024895. Grayscale: #C3C3C3. Windows color (decimal): -149654 or 6993917. OLE color: 6993917.

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

Color convert

RGB 253 183 106 -
CMYK 0 0.28 0.58 0.01
HSL 31.43º 0.97% 0.7% -
HSV(B) 31.43º 0.58% 0.99% -
XYZ 60.04 55.79 21.24 -
YUV 195.15 77.69 169.26 -
System Red Green Blue C M Y K H S L
Decimal 253 183 106 0 0.28 0.58 0.01 31.43 0.97 0.7
Hex FD B7 6A 0 1C 3A 1 1F 61 46
Octal 375 267 152 0 34 72 1 37 141 106
Binary 11111101 10110111 1101010 0 11100 111010 1 11111 1100001 1000110

Color Harmonies of #FDB76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB76A

Black with #FDB76A

Text Example


Text Example

White with #FDB76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB76A; }

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

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

background-color css

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

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

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

border-color css

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

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

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