Html Css Color HEX #FDB46A Rajah

📋 copy color: '#FDB46A'

red 253 ◦ green 180 ◦ blue 106

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

Shades of Rajah #FDB46A

Tints of Rajah #FDB46A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.4%

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

R = 46.94%
G = 33.4%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FDB46A (or 0xFDB46A) is known color: Rajah. HEX triplet: FD, B4 and 6A. RGB value is (253,180,106). Sum of RGB (Red+Green+Blue) = 253+180+106=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 106 (41.80% from 255 or 19.67% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB46A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB46A is #024B95. Grayscale: #C1C1C1. Windows color (decimal): -150422 or 6993149. OLE color: 6993149.

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

Color convert

RGB 253 180 106 -
CMYK 0 0.29 0.58 0.01
HSL 30.2º 0.97% 0.7% -
HSV(B) 30.2º 0.58% 0.99% -
XYZ 59.43 54.57 21.04 -
YUV 193.39 78.68 170.52 -
System Red Green Blue C M Y K H S L
Decimal 253 180 106 0 0.29 0.58 0.01 30.2 0.97 0.7
Hex FD B4 6A 0 1D 3A 1 1E 61 46
Octal 375 264 152 0 35 72 1 36 141 106
Binary 11111101 10110100 1101010 0 11101 111010 1 11110 1100001 1000110

Color Harmonies of #FDB46A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB46A

Black with #FDB46A

Text Example


Text Example

White with #FDB46A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB46A; }

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

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

background-color css

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

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

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

border-color css

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

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

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