Html Css Color HEX #FCBD65 Rajah

📋 copy color: '#FCBD65'

red 252 ◦ green 189 ◦ blue 101

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

Shades of Rajah #FCBD65

Tints of Rajah #FCBD65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.63%

R = 46.49%
G = 34.87%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCBD65 (or 0xFCBD65) is known color: Rajah. HEX triplet: FC, BD and 65. RGB value is (252,189,101). Sum of RGB (Red+Green+Blue) = 252+189+101=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 101 (39.84% from 255 or 18.63% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBD65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBD65 is #03429A. Grayscale: #C6C6C6. Windows color (decimal): -213659 or 6667772. OLE color: 6667772.

HSL color Cylindrical-coordinate representation of color #FCBD65: hue angle of 34.97º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FCBD65 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 189 101 -
CMYK 0 0.25 0.60 0.01
HSL 34.97º 0.96% 0.69% -
HSV(B) 34.97º 0.6% 0.99% -
XYZ 60.69 58.03 20.31 -
YUV 197.81 73.37 166.66 -
System Red Green Blue C M Y K H S L
Decimal 252 189 101 0 0.25 0.60 0.01 34.97 0.96 0.69
Hex FC BD 65 0 19 3C 1 23 60 45
Octal 374 275 145 0 31 74 1 43 140 105
Binary 11111100 10111101 1100101 0 11001 111100 1 100011 1100000 1000101

Color Harmonies of #FCBD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBD65

Black with #FCBD65

Text Example


Text Example

White with #FCBD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBD65; }

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

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

background-color css

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

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

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

border-color css

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

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

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