Html Css Color HEX #FCBB69 Rajah

📋 copy color: '#FCBB69'

red 252 ◦ green 187 ◦ blue 105

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

Shades of Rajah #FCBB69

Tints of Rajah #FCBB69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.3%

R = 46.32%
G = 34.38%
B = 19.3%

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

#FCBB69 (or 0xFCBB69) is known color: Rajah. HEX triplet: FC, BB and 69. RGB value is (252,187,105). Sum of RGB (Red+Green+Blue) = 252+187+105=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 105 (41.41% from 255 or 19.30% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBB69 is #034496. Grayscale: #C5C5C5. Windows color (decimal): -214167 or 6929404. OLE color: 6929404.

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

Color convert

RGB 252 187 105 -
CMYK 0 0.26 0.58 0.01
HSL 33.47º 0.96% 0.7% -
HSV(B) 33.47º 0.58% 0.99% -
XYZ 60.47 57.26 21.23 -
YUV 197.09 76.03 167.17 -
System Red Green Blue C M Y K H S L
Decimal 252 187 105 0 0.26 0.58 0.01 33.47 0.96 0.7
Hex FC BB 69 0 1A 3A 1 21 60 46
Octal 374 273 151 0 32 72 1 41 140 106
Binary 11111100 10111011 1101001 0 11010 111010 1 100001 1100000 1000110

Color Harmonies of #FCBB69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBB69

Black with #FCBB69

Text Example


Text Example

White with #FCBB69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBB69; }

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

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

background-color css

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

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

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

border-color css

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

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

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