Html Css Color HEX #FCBB65 Rajah

📋 copy color: '#FCBB65'

red 252 ◦ green 187 ◦ blue 101

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

Shades of Rajah #FCBB65

Tints of Rajah #FCBB65

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.63%

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

R = 46.67%
G = 34.63%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCBB65 (or 0xFCBB65) is known color: Rajah. HEX triplet: FC, BB and 65. RGB value is (252,187,101). Sum of RGB (Red+Green+Blue) = 252+187+101=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 187 (73.44% from 255 or 34.63% from 540); Blue value is 101 (39.84% from 255 or 18.70% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBB65 is #03449A. Grayscale: #C5C5C5. Windows color (decimal): -214171 or 6667260. OLE color: 6667260.

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

Color convert

RGB 252 187 101 -
CMYK 0 0.26 0.60 0.01
HSL 34.17º 0.96% 0.69% -
HSV(B) 34.17º 0.6% 0.99% -
XYZ 60.26 57.18 20.17 -
YUV 196.63 74.03 167.49 -
System Red Green Blue C M Y K H S L
Decimal 252 187 101 0 0.26 0.60 0.01 34.17 0.96 0.69
Hex FC BB 65 0 1A 3C 1 22 60 45
Octal 374 273 145 0 32 74 1 42 140 105
Binary 11111100 10111011 1100101 0 11010 111100 1 100010 1100000 1000101

Color Harmonies of #FCBB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBB65

Black with #FCBB65

Text Example


Text Example

White with #FCBB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBB65; }

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

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

background-color css

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

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

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

border-color css

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

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

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