Html Css Color HEX #FCBD68 Rajah

📋 copy color: '#FCBD68'

red 252 ◦ green 189 ◦ blue 104

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

Shades of Rajah #FCBD68

Tints of Rajah #FCBD68

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.68%

 BLUE value IS 104 (41.02% from 255) = 19.08%

R = 46.24%
G = 34.68%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FCBD68 (or 0xFCBD68) is known color: Rajah. HEX triplet: FC, BD and 68. RGB value is (252,189,104). Sum of RGB (Red+Green+Blue) = 252+189+104=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 104 (41.02% from 255 or 19.08% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBD68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBD68 is #034297. Grayscale: #C6C6C6. Windows color (decimal): -213656 or 6864380. OLE color: 6864380.

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

Color convert

RGB 252 189 104 -
CMYK 0 0.25 0.59 0.01
HSL 34.46º 0.96% 0.7% -
HSV(B) 34.46º 0.59% 0.99% -
XYZ 60.84 58.09 21.1 -
YUV 198.15 74.87 166.41 -
System Red Green Blue C M Y K H S L
Decimal 252 189 104 0 0.25 0.59 0.01 34.46 0.96 0.7
Hex FC BD 68 0 19 3B 1 22 60 46
Octal 374 275 150 0 31 73 1 42 140 106
Binary 11111100 10111101 1101000 0 11001 111011 1 100010 1100000 1000110

Color Harmonies of #FCBD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBD68

Black with #FCBD68

Text Example


Text Example

White with #FCBD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBD68; }

 p { color: rgb(252,189,104); }

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

background-color css

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

 a { background-color: rgb(252,189,104); }

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

border-color css

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

 span { border-color: rgb(252,189,104); }

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