Html Css Color HEX #FDB36A Rajah

📋 copy color: '#FDB36A'

red 253 ◦ green 179 ◦ blue 106

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

Shades of Rajah #FDB36A

Tints of Rajah #FDB36A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.27%

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

R = 47.03%
G = 33.27%
B = 19.7%

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

#FDB36A (or 0xFDB36A) is known color: Rajah. HEX triplet: FD, B3 and 6A. RGB value is (253,179,106). Sum of RGB (Red+Green+Blue) = 253+179+106=538 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.03% from 538); Green value is 179 (70.31% from 255 or 33.27% from 538); Blue value is 106 (41.80% from 255 or 19.70% from 538); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB36A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB36A is #024C95. Grayscale: #C1C1C1. Windows color (decimal): -150678 or 6992893. OLE color: 6992893.

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

Color convert

RGB 253 179 106 -
CMYK 0 0.29 0.58 0.01
HSL 29.8º 0.97% 0.7% -
HSV(B) 29.8º 0.58% 0.99% -
XYZ 59.23 54.16 20.97 -
YUV 192.8 79.02 170.94 -
System Red Green Blue C M Y K H S L
Decimal 253 179 106 0 0.29 0.58 0.01 29.8 0.97 0.7
Hex FD B3 6A 0 1D 3A 1 1E 61 46
Octal 375 263 152 0 35 72 1 36 141 106
Binary 11111101 10110011 1101010 0 11101 111010 1 11110 1100001 1000110

Color Harmonies of #FDB36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB36A

Black with #FDB36A

Text Example


Text Example

White with #FDB36A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB36A; }

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

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

background-color css

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

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

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

border-color css

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

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

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