Html Css Color HEX #FCBC68 Rajah

📋 copy color: '#FCBC68'

red 252 ◦ green 188 ◦ blue 104

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

Shades of Rajah #FCBC68

Tints of Rajah #FCBC68

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.56%

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

R = 46.32%
G = 34.56%
B = 19.12%

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

#FCBC68 (or 0xFCBC68) is known color: Rajah. HEX triplet: FC, BC and 68. RGB value is (252,188,104). Sum of RGB (Red+Green+Blue) = 252+188+104=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 104 (41.02% from 255 or 19.12% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBC68 is #034397. Grayscale: #C5C5C5. Windows color (decimal): -213912 or 6864124. OLE color: 6864124.

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

Color convert

RGB 252 188 104 -
CMYK 0 0.25 0.59 0.01
HSL 34.05º 0.96% 0.7% -
HSV(B) 34.05º 0.59% 0.99% -
XYZ 60.63 57.66 21.03 -
YUV 197.56 75.2 166.83 -
System Red Green Blue C M Y K H S L
Decimal 252 188 104 0 0.25 0.59 0.01 34.05 0.96 0.7
Hex FC BC 68 0 19 3B 1 22 60 46
Octal 374 274 150 0 31 73 1 42 140 106
Binary 11111100 10111100 1101000 0 11001 111011 1 100010 1100000 1000110

Color Harmonies of #FCBC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC68

Black with #FCBC68

Text Example


Text Example

White with #FCBC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC68; }

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

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

background-color css

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

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

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

border-color css

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

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

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