Html Css Color HEX #FCBB6B Rajah

📋 copy color: '#FCBB6B'

red 252 ◦ green 187 ◦ blue 107

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

Shades of Rajah #FCBB6B

Tints of Rajah #FCBB6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.6%

R = 46.15%
G = 34.25%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCBB6B (or 0xFCBB6B) is known color: Rajah. HEX triplet: FC, BB and 6B. RGB value is (252,187,107). Sum of RGB (Red+Green+Blue) = 252+187+107=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 107 (42.19% from 255 or 19.60% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBB6B is #034494. Grayscale: #C5C5C5. Windows color (decimal): -214165 or 7060476. OLE color: 7060476.

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

Color convert

RGB 252 187 107 -
CMYK 0 0.26 0.58 0.01
HSL 33.1º 0.96% 0.7% -
HSV(B) 33.1º 0.58% 0.99% -
XYZ 60.57 57.3 21.78 -
YUV 197.32 77.03 167 -
System Red Green Blue C M Y K H S L
Decimal 252 187 107 0 0.26 0.58 0.01 33.1 0.96 0.7
Hex FC BB 6B 0 1A 3A 1 21 60 46
Octal 374 273 153 0 32 72 1 41 140 106
Binary 11111100 10111011 1101011 0 11010 111010 1 100001 1100000 1000110

Color Harmonies of #FCBB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBB6B

Black with #FCBB6B

Text Example


Text Example

White with #FCBB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBB6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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