Html Css Color HEX #FCB967 Rajah

📋 copy color: '#FCB967'

red 252 ◦ green 185 ◦ blue 103

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

Shades of Rajah #FCB967

Tints of Rajah #FCB967

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.26%

 BLUE value IS 103 (40.63% from 255) = 19.07%

R = 46.67%
G = 34.26%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FCB967 (or 0xFCB967) is known color: Rajah. HEX triplet: FC, B9 and 67. RGB value is (252,185,103). Sum of RGB (Red+Green+Blue) = 252+185+103=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 185 (72.66% from 255 or 34.26% from 540); Blue value is 103 (40.62% from 255 or 19.07% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB967 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB967 is #034698. Grayscale: #C4C4C4. Windows color (decimal): -214681 or 6797820. OLE color: 6797820.

HSL color Cylindrical-coordinate representation of color #FCB967: hue angle of 33.02º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FCB967 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 185 103 -
CMYK 0 0.27 0.59 0.01
HSL 33.02º 0.96% 0.7% -
HSV(B) 33.02º 0.59% 0.99% -
XYZ 59.94 56.37 20.55 -
YUV 195.69 75.7 168.17 -
System Red Green Blue C M Y K H S L
Decimal 252 185 103 0 0.27 0.59 0.01 33.02 0.96 0.7
Hex FC B9 67 0 1B 3B 1 21 60 46
Octal 374 271 147 0 33 73 1 41 140 106
Binary 11111100 10111001 1100111 0 11011 111011 1 100001 1100000 1000110

Color Harmonies of #FCB967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB967

Black with #FCB967

Text Example


Text Example

White with #FCB967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB967; }

 p { color: rgb(252,185,103); }

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

background-color css

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

 a { background-color: rgb(252,185,103); }

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

border-color css

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

 span { border-color: rgb(252,185,103); }

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