Html Css Color HEX #FCB769 Rajah

📋 copy color: '#FCB769'

red 252 ◦ green 183 ◦ blue 105

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

Shades of Rajah #FCB769

Tints of Rajah #FCB769

RGB

 RED value IS 252 (98.83% from 255) = 46.67%

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

 BLUE value IS 105 (41.41% from 255) = 19.44%

R = 46.67%
G = 33.89%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCB769 (or 0xFCB769) is known color: Rajah. HEX triplet: FC, B7 and 69. RGB value is (252,183,105). Sum of RGB (Red+Green+Blue) = 252+183+105=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 183 (71.88% from 255 or 33.89% from 540); Blue value is 105 (41.41% from 255 or 19.44% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB769 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB769 is #034896. Grayscale: #C3C3C3. Windows color (decimal): -215191 or 6928380. OLE color: 6928380.

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

Color convert

RGB 252 183 105 -
CMYK 0 0.27 0.58 0.01
HSL 31.84º 0.96% 0.7% -
HSV(B) 31.84º 0.58% 0.99% -
XYZ 59.63 55.58 20.95 -
YUV 194.74 77.36 168.84 -
System Red Green Blue C M Y K H S L
Decimal 252 183 105 0 0.27 0.58 0.01 31.84 0.96 0.7
Hex FC B7 69 0 1B 3A 1 20 60 46
Octal 374 267 151 0 33 72 1 40 140 106
Binary 11111100 10110111 1101001 0 11011 111010 1 100000 1100000 1000110

Color Harmonies of #FCB769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB769

Black with #FCB769

Text Example


Text Example

White with #FCB769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB769; }

 p { color: rgb(252,183,105); }

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

background-color css

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

 a { background-color: rgb(252,183,105); }

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

border-color css

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

 span { border-color: rgb(252,183,105); }

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